#069932

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

Shades of Pigment Green #069932

Tints of Pigment Green #069932

Color information

#069932 (or 0x069932) is unknown color: approx Pigment Green. HEX triplet: 06, 99 and 32. RGB value is (6,153,50). Sum of RGB (Red+Green+Blue) = 6+153+50=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 153 (60.16% from 255 or 73.21% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 153 - color contains mainly: green. Hex color #069932 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069932 is #F966CD. Grayscale: #616161. Windows color (decimal): -16344782 or 3315974. OLE color: 3315974.

HSL color Cylindrical-coordinate representation of color #069932: hue angle of 137.96º degrees, saturation: 0.92, 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 #069932 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB615350-
CMYK0.9600.670.4
HSL137.96º92.45%31.18%-
HSV(B)137.96º96.08%60%-
XYZ12.0423.056.83-
YUV97.3101.362.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 153 (60.16% from 255) = 73.21%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=2.87%
G=73.21%
B=23.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6153500.9600.670.4137.9692.4531.18
Hex6993260043288a5c1f
Octal62316214001035021213437
Binary1101001100111001011000000100001110100010001010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069932; }

 p { color: rgb(6,153,50); }

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

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

 a { background-color: rgb(6,153,50); }

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

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

 span { border-color: rgb(6,153,50); }

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