Shades of Green #166B00
Tints of Green #166B00
RGB
CMYK
RGB Variations
Color information
#166B00 (or 0x166B00) is known color: Green. HEX triplet: 16, 6B and 00. RGB value is (22,107,0). Sum of RGB (Red+Green+Blue) = 22+107+0=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 107 (42.19% from 255 or 82.95% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 107 - color contains mainly: green. Hex color #166B00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166B00 is #E994FF. Grayscale: #454545. Windows color (decimal): -15308032 or 27414. OLE color: 27414.
HSL color Cylindrical-coordinate representation of color #166B00: hue angle of 107.66º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #166B00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 107 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.58 |
| HSL | 107.66º | 1% | 0.21% | - |
| HSV(B) | 107.66º | 1% | 0.42% | - |
| XYZ | 5.59 | 10.69 | 1.77 | - |
| YUV | 69.39 | 88.84 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 0 | 0.79 | 0 | 1 | 0.58 | 107.66 | 1 | 0.21 |
| Hex | 16 | 6B | 0 | 4F | 0 | 64 | 3A | 6C | 64 | 15 |
| Octal | 26 | 153 | 0 | 117 | 0 | 144 | 72 | 154 | 144 | 25 |
| Binary | 10110 | 1101011 | 0 | 1001111 | 0 | 1100100 | 111010 | 1101100 | 1100100 | 10101 |
Color Harmonies of #166B00
Complementary color
Monochromatic Colors of #166B00
Black with #166B00
Text Example
Text Example
White with #166B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166B00; }
p { color: rgb(22,107,0); }
H1.HeaderClassName
{
color: #166B00;
}
.AnyTagClassName
{
color: #166B00;
}
</style>
background-color css
<style>
a { background-color: #166B00; }
a { background-color: rgb(22,107,0); }
div.DivClassName
{
background-color: #166B00;
}
.BgClassName
{
background-color: #166B00;
}
</style>
border-color css
<style>
span { border-color: #166B00; }
span { border-color: rgb(22,107,0); }
td.TdClassName
{
border-color: #166B00;
}
.TagClassName
{
border-color: #166B00;
}
</style>