#069A3B

Color #069A3B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #069A3B

Tints of Pigment Green #069A3B

Color information

#069A3B (or 0x069A3B) is unknown color: approx Pigment Green. HEX triplet: 06, 9A and 3B. RGB value is (6,154,59). Sum of RGB (Red+Green+Blue) = 6+154+59=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 154 (60.55% from 255 or 70.32% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 154 - color contains mainly: green. Hex color #069A3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A3B is #F965C4. Grayscale: #636363. Windows color (decimal): -16344517 or 3906054. OLE color: 3906054.

HSL color Cylindrical-coordinate representation of color #069A3B: hue angle of 141.49º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A3B is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB615459-
CMYK0.9600.620.40
HSL141.49º92.5%31.37%-
HSV(B)141.49º96.1%60.39%-
XYZ12.4223.478.01-
YUV98.92105.4761.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 154 (60.55% from 255) = 70.32%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=2.74%
G=70.32%
B=26.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6154590.9600.620.40141.4992.531.37
Hex69A3B6003E288d5c1f
Octal6232731400765021513437
Binary110100110101110111100000011111010100010001101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069A3B; }

 p { color: rgb(6,154,59); }

 H1.HeaderClassName
 {
   color: #069A3B;
 }
 .AnyTagClassName
 {
   color: #069A3B;
 }
</style>
background-color css

<style>
 a { background-color: #069A3B; }

 a { background-color: rgb(6,154,59); }

 div.DivClassName
 {
   background-color: #069A3B;
 }
 .BgClassName
 {
   background-color: #069A3B;
 }
</style>
border-color css

<style>
 span { border-color: #069A3B; }

 span { border-color: rgb(6,154,59); }

 td.TdClassName
 {
   border-color: #069A3B;
 }
 .TagClassName
 {
   border-color: #069A3B;
 }
</style>