#006D16

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

Shades of Green #006D16

Tints of Green #006D16

Color information

#006D16 (or 0x006D16) is unknown color: approx Green. HEX triplet: 00, 6D and 16. RGB value is (0,109,22). Sum of RGB (Red+Green+Blue) = 0+109+22=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 109 (42.97% from 255 or 83.21% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 109 - color contains mainly: green. Hex color #006D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006D16 is #FF92E9. Grayscale: #424242. Windows color (decimal): -16749290 or 1469696. OLE color: 1469696.

HSL color Cylindrical-coordinate representation of color #006D16: hue angle of 132.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D16 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB010922-
CMYK100.800.57
HSL132.11º100%21.37%-
HSV(B)132.11º100%42.75%-
XYZ5.61112.59-
YUV66.49102.8980.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 83.21%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=0%
G=83.21%
B=16.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal010922100.800.57132.1110021.37
Hex06D166405039846415
Octal01552614401207120414425
Binary011011011011011001000101000011100110000100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006D16; }

 p { color: rgb(0,109,22); }

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

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

 a { background-color: rgb(0,109,22); }

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

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

 span { border-color: rgb(0,109,22); }

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