Shades of Green #166300
Tints of Green #166300
RGB
CMYK
RGB Variations
Color information
#166300 (or 0x166300) is known color: Green. HEX triplet: 16, 63 and 00. RGB value is (22,99,0). Sum of RGB (Red+Green+Blue) = 22+99+0=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 99 (39.06% from 255 or 81.82% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 99 - color contains mainly: green. Hex color #166300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166300 is #E99CFF. Grayscale: #414141. Windows color (decimal): -15310080 or 25366. OLE color: 25366.
HSL color Cylindrical-coordinate representation of color #166300: hue angle of 106.67º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #166300 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 99 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.61 |
| HSL | 106.67º | 1% | 0.19% | - |
| HSV(B) | 106.67º | 1% | 0.39% | - |
| XYZ | 4.79 | 9.09 | 1.5 | - |
| YUV | 64.69 | 91.49 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 0 | 0.78 | 0 | 1 | 0.61 | 106.67 | 1 | 0.19 |
| Hex | 16 | 63 | 0 | 4E | 0 | 64 | 3D | 6B | 64 | 13 |
| Octal | 26 | 143 | 0 | 116 | 0 | 144 | 75 | 153 | 144 | 23 |
| Binary | 10110 | 1100011 | 0 | 1001110 | 0 | 1100100 | 111101 | 1101011 | 1100100 | 10011 |
Color Harmonies of #166300
Complementary color
Monochromatic Colors of #166300
Black with #166300
Text Example
Text Example
White with #166300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166300; }
p { color: rgb(22,99,0); }
H1.HeaderClassName
{
color: #166300;
}
.AnyTagClassName
{
color: #166300;
}
</style>
background-color css
<style>
a { background-color: #166300; }
a { background-color: rgb(22,99,0); }
div.DivClassName
{
background-color: #166300;
}
.BgClassName
{
background-color: #166300;
}
</style>
border-color css
<style>
span { border-color: #166300; }
span { border-color: rgb(22,99,0); }
td.TdClassName
{
border-color: #166300;
}
.TagClassName
{
border-color: #166300;
}
</style>