Shades of Green #016207
Tints of Green #016207
RGB
CMYK
RGB Variations
Color information
#016207 (or 0x016207) is known color: Green. HEX triplet: 01, 62 and 07. RGB value is (1,98,7). Sum of RGB (Red+Green+Blue) = 1+98+7=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 98 (38.67% from 255 or 92.45% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 98 - color contains mainly: green. Hex color #016207 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016207 is #FE9DF8. Grayscale: #3A3A3A. Windows color (decimal): -16686585 or 483841. OLE color: 483841.
HSL color Cylindrical-coordinate representation of color #016207: hue angle of 123.71º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016207 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 98 | 7 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.62 |
| HSL | 123.71º | 0.98% | 0.19% | - |
| HSV(B) | 123.71º | 0.99% | 0.38% | - |
| XYZ | 4.42 | 8.76 | 1.66 | - |
| YUV | 58.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 7 | 0.99 | 0 | 0.93 | 0.62 | 123.71 | 0.98 | 0.19 |
| Hex | 1 | 62 | 7 | 63 | 0 | 5D | 3E | 7C | 62 | 13 |
| Octal | 1 | 142 | 7 | 143 | 0 | 135 | 76 | 174 | 142 | 23 |
| Binary | 1 | 1100010 | 111 | 1100011 | 0 | 1011101 | 111110 | 1111100 | 1100010 | 10011 |
Color Harmonies of #016207
Complementary color
Monochromatic Colors of #016207
Black with #016207
Text Example
Text Example
White with #016207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016207; }
p { color: rgb(1,98,7); }
H1.HeaderClassName
{
color: #016207;
}
.AnyTagClassName
{
color: #016207;
}
</style>
background-color css
<style>
a { background-color: #016207; }
a { background-color: rgb(1,98,7); }
div.DivClassName
{
background-color: #016207;
}
.BgClassName
{
background-color: #016207;
}
</style>
border-color css
<style>
span { border-color: #016207; }
span { border-color: rgb(1,98,7); }
td.TdClassName
{
border-color: #016207;
}
.TagClassName
{
border-color: #016207;
}
</style>