#069D33

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

Shades of Pigment Green #069D33

Tints of Pigment Green #069D33

Color information

#069D33 (or 0x069D33) is unknown color: approx Pigment Green. HEX triplet: 06, 9D and 33. RGB value is (6,157,51). Sum of RGB (Red+Green+Blue) = 6+157+51=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 157 (61.72% from 255 or 73.36% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 157 - color contains mainly: green. Hex color #069D33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069D33 is #F962CC. Grayscale: #646464. Windows color (decimal): -16343757 or 3382534. OLE color: 3382534.

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

Color convert

RGB615751-
CMYK0.9600.680.38
HSL137.88º92.64%31.96%-
HSV(B)137.88º96.18%61.57%-
XYZ12.7324.397.17-
YUV99.77100.4761.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 157 (61.72% from 255) = 73.36%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=2.80%
G=73.36%
B=23.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6157510.9600.680.38137.8892.6431.96
Hex69D3360044268a5d20
Octal62356314001044621213540
Binary11010011101110011110000001000100100110100010101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,157,51); }

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

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

 a { background-color: rgb(6,157,51); }

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

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

 span { border-color: rgb(6,157,51); }

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