#069042

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

Shades of Pigment Green #069042

Tints of Pigment Green #069042

Color information

#069042 (or 0x069042) is unknown color: approx Pigment Green. HEX triplet: 06, 90 and 42. RGB value is (6,144,66). Sum of RGB (Red+Green+Blue) = 6+144+66=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #069042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069042 is #F96FBD. Grayscale: #5E5E5E. Windows color (decimal): -16347070 or 4362246. OLE color: 4362246.

HSL color Cylindrical-coordinate representation of color #069042: hue angle of 146.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069042 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB614466-
CMYK0.9600.540.44
HSL146.09º92%29.41%-
HSV(B)146.09º95.83%56.47%-
XYZ11.0320.388.51-
YUV93.85112.2865.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 144 (56.64% from 255) = 66.67%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=2.78%
G=66.67%
B=30.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6144660.9600.540.44146.099229.41
Hex69042600362C925c1d
Octal62201021400665422213435
Binary1101001000010000101100000011011010110010010010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069042; }

 p { color: rgb(6,144,66); }

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

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

 a { background-color: rgb(6,144,66); }

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

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

 span { border-color: rgb(6,144,66); }

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