Shades of Green #166F00
Tints of Green #166F00
RGB
CMYK
RGB Variations
Color information
#166F00 (or 0x166F00) is known color: Green. HEX triplet: 16, 6F and 00. RGB value is (22,111,0). Sum of RGB (Red+Green+Blue) = 22+111+0=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 111 (43.75% from 255 or 83.46% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 111 - color contains mainly: green. Hex color #166F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166F00 is #E990FF. Grayscale: #484848. Windows color (decimal): -15307008 or 28438. OLE color: 28438.
HSL color Cylindrical-coordinate representation of color #166F00: hue angle of 108.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #166F00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.56 |
| HSL | 108.11º | 1% | 0.22% | - |
| HSV(B) | 108.11º | 1% | 0.44% | - |
| XYZ | 6.02 | 11.54 | 1.91 | - |
| YUV | 71.74 | 87.51 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 0 | 0.80 | 0 | 1 | 0.56 | 108.11 | 1 | 0.22 |
| Hex | 16 | 6F | 0 | 50 | 0 | 64 | 38 | 6C | 64 | 16 |
| Octal | 26 | 157 | 0 | 120 | 0 | 144 | 70 | 154 | 144 | 26 |
| Binary | 10110 | 1101111 | 0 | 1010000 | 0 | 1100100 | 111000 | 1101100 | 1100100 | 10110 |
Color Harmonies of #166F00
Complementary color
Monochromatic Colors of #166F00
Black with #166F00
Text Example
Text Example
White with #166F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F00; }
p { color: rgb(22,111,0); }
H1.HeaderClassName
{
color: #166F00;
}
.AnyTagClassName
{
color: #166F00;
}
</style>
background-color css
<style>
a { background-color: #166F00; }
a { background-color: rgb(22,111,0); }
div.DivClassName
{
background-color: #166F00;
}
.BgClassName
{
background-color: #166F00;
}
</style>
border-color css
<style>
span { border-color: #166F00; }
span { border-color: rgb(22,111,0); }
td.TdClassName
{
border-color: #166F00;
}
.TagClassName
{
border-color: #166F00;
}
</style>