Shades of Green #016907
Tints of Green #016907
RGB
CMYK
RGB Variations
Color information
#016907 (or 0x016907) is known color: Green. HEX triplet: 01, 69 and 07. RGB value is (1,105,7). Sum of RGB (Red+Green+Blue) = 1+105+7=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 105 (41.41% from 255 or 92.92% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 105 - color contains mainly: green. Hex color #016907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016907 is #FE96F8. Grayscale: #3F3F3F. Windows color (decimal): -16684793 or 485633. OLE color: 485633.
HSL color Cylindrical-coordinate representation of color #016907: hue angle of 123.46º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016907 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 7 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.59 |
| HSL | 123.46º | 0.98% | 0.21% | - |
| HSV(B) | 123.46º | 0.99% | 0.41% | - |
| XYZ | 5.1 | 10.12 | 1.89 | - |
| YUV | 62.73 | 96.54 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 7 | 0.99 | 0 | 0.93 | 0.59 | 123.46 | 0.98 | 0.21 |
| Hex | 1 | 69 | 7 | 63 | 0 | 5D | 3B | 7B | 62 | 15 |
| Octal | 1 | 151 | 7 | 143 | 0 | 135 | 73 | 173 | 142 | 25 |
| Binary | 1 | 1101001 | 111 | 1100011 | 0 | 1011101 | 111011 | 1111011 | 1100010 | 10101 |
Color Harmonies of #016907
Complementary color
Monochromatic Colors of #016907
Black with #016907
Text Example
Text Example
White with #016907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016907; }
p { color: rgb(1,105,7); }
H1.HeaderClassName
{
color: #016907;
}
.AnyTagClassName
{
color: #016907;
}
</style>
background-color css
<style>
a { background-color: #016907; }
a { background-color: rgb(1,105,7); }
div.DivClassName
{
background-color: #016907;
}
.BgClassName
{
background-color: #016907;
}
</style>
border-color css
<style>
span { border-color: #016907; }
span { border-color: rgb(1,105,7); }
td.TdClassName
{
border-color: #016907;
}
.TagClassName
{
border-color: #016907;
}
</style>