#166F06

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

Shades of Green #166F06

Tints of Green #166F06

Color information

#166F06 (or 0x166F06) is unknown color: approx Green. HEX triplet: 16, 6F and 06. RGB value is (22,111,6). Sum of RGB (Red+Green+Blue) = 22+111+6=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 111 (43.75% from 255 or 79.86% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 111 - color contains mainly: green. Hex color #166F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166F06 is #E990F9. Grayscale: #484848. Windows color (decimal): -15307002 or 421654. OLE color: 421654.

HSL color Cylindrical-coordinate representation of color #166F06: hue angle of 110.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #166F06 is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB221116-
CMYK0.8000.950.56
HSL110.86º89.74%22.94%-
HSV(B)110.86º94.59%43.53%-
XYZ6.0511.552.08-
YUV72.4290.5192.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 111 (43.75% from 255) = 79.86%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=15.83%
G=79.86%
B=4.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2211160.8000.950.56110.8689.7422.94
Hex166F65005F386f5a17
Octal26157612001377015713227
Binary1011011011111101010000010111111110001101111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166F06; }

 p { color: rgb(22,111,6); }

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

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

 a { background-color: rgb(22,111,6); }

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

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

 span { border-color: rgb(22,111,6); }

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