Shades of Green #016F08
Tints of Green #016F08
RGB
CMYK
RGB Variations
Color information
#016F08 (or 0x016F08) is known color: Green. HEX triplet: 01, 6F and 08. RGB value is (1,111,8). Sum of RGB (Red+Green+Blue) = 1+111+8=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 111 (43.75% from 255 or 92.5% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 111 - color contains mainly: green. Hex color #016F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F08 is #FE90F7. Grayscale: #424242. Windows color (decimal): -16683256 or 552705. OLE color: 552705.
HSL color Cylindrical-coordinate representation of color #016F08: hue angle of 123.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F08 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 8 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.56 |
| HSL | 123.82º | 0.98% | 0.22% | - |
| HSV(B) | 123.82º | 0.99% | 0.44% | - |
| XYZ | 5.74 | 11.39 | 2.13 | - |
| YUV | 66.37 | 95.06 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 8 | 0.99 | 0 | 0.93 | 0.56 | 123.82 | 0.98 | 0.22 |
| Hex | 1 | 6F | 8 | 63 | 0 | 5D | 38 | 7C | 62 | 16 |
| Octal | 1 | 157 | 10 | 143 | 0 | 135 | 70 | 174 | 142 | 26 |
| Binary | 1 | 1101111 | 1000 | 1100011 | 0 | 1011101 | 111000 | 1111100 | 1100010 | 10110 |
Color Harmonies of #016F08
Complementary color
Monochromatic Colors of #016F08
Black with #016F08
Text Example
Text Example
White with #016F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F08; }
p { color: rgb(1,111,8); }
H1.HeaderClassName
{
color: #016F08;
}
.AnyTagClassName
{
color: #016F08;
}
</style>
background-color css
<style>
a { background-color: #016F08; }
a { background-color: rgb(1,111,8); }
div.DivClassName
{
background-color: #016F08;
}
.BgClassName
{
background-color: #016F08;
}
</style>
border-color css
<style>
span { border-color: #016F08; }
span { border-color: rgb(1,111,8); }
td.TdClassName
{
border-color: #016F08;
}
.TagClassName
{
border-color: #016F08;
}
</style>