Shades of Green #166F0F
Tints of Green #166F0F
RGB
CMYK
RGB Variations
Color information
#166F0F (or 0x166F0F) is known color: Green. HEX triplet: 16, 6F and 0F. RGB value is (22,111,15). Sum of RGB (Red+Green+Blue) = 22+111+15=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 111 (43.75% from 255 or 75% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 111 - color contains mainly: green. Hex color #166F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166F0F is #E990F0. Grayscale: #494949. Windows color (decimal): -15306993 or 1011478. OLE color: 1011478.
HSL color Cylindrical-coordinate representation of color #166F0F: hue angle of 115.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166F0F is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 15 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.56 |
| HSL | 115.63º | 0.76% | 0.25% | - |
| HSV(B) | 115.63º | 0.86% | 0.44% | - |
| XYZ | 6.1 | 11.57 | 2.36 | - |
| YUV | 73.45 | 95.01 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 15 | 0.80 | 0 | 0.86 | 0.56 | 115.63 | 0.76 | 0.25 |
| Hex | 16 | 6F | F | 50 | 0 | 56 | 38 | 74 | 4C | 19 |
| Octal | 26 | 157 | 17 | 120 | 0 | 126 | 70 | 164 | 114 | 31 |
| Binary | 10110 | 1101111 | 1111 | 1010000 | 0 | 1010110 | 111000 | 1110100 | 1001100 | 11001 |
Color Harmonies of #166F0F
Complementary color
Monochromatic Colors of #166F0F
Black with #166F0F
Text Example
Text Example
White with #166F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F0F; }
p { color: rgb(22,111,15); }
H1.HeaderClassName
{
color: #166F0F;
}
.AnyTagClassName
{
color: #166F0F;
}
</style>
background-color css
<style>
a { background-color: #166F0F; }
a { background-color: rgb(22,111,15); }
div.DivClassName
{
background-color: #166F0F;
}
.BgClassName
{
background-color: #166F0F;
}
</style>
border-color css
<style>
span { border-color: #166F0F; }
span { border-color: rgb(22,111,15); }
td.TdClassName
{
border-color: #166F0F;
}
.TagClassName
{
border-color: #166F0F;
}
</style>