Shades of Green #016909
Tints of Green #016909
RGB
CMYK
RGB Variations
Color information
#016909 (or 0x016909) is known color: Green. HEX triplet: 01, 69 and 09. RGB value is (1,105,9). Sum of RGB (Red+Green+Blue) = 1+105+9=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 105 (41.41% from 255 or 91.30% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 105 - color contains mainly: green. Hex color #016909 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016909 is #FE96F6. Grayscale: #3F3F3F. Windows color (decimal): -16684791 or 616705. OLE color: 616705.
HSL color Cylindrical-coordinate representation of color #016909: hue angle of 124.62º 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 #016909 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 9 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.59 |
| HSL | 124.62º | 0.98% | 0.21% | - |
| HSV(B) | 124.62º | 0.99% | 0.41% | - |
| XYZ | 5.11 | 10.13 | 1.94 | - |
| YUV | 62.96 | 97.54 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 9 | 0.99 | 0 | 0.91 | 0.59 | 124.62 | 0.98 | 0.21 |
| Hex | 1 | 69 | 9 | 63 | 0 | 5B | 3B | 7D | 62 | 15 |
| Octal | 1 | 151 | 11 | 143 | 0 | 133 | 73 | 175 | 142 | 25 |
| Binary | 1 | 1101001 | 1001 | 1100011 | 0 | 1011011 | 111011 | 1111101 | 1100010 | 10101 |
Color Harmonies of #016909
Complementary color
Monochromatic Colors of #016909
Black with #016909
Text Example
Text Example
White with #016909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016909; }
p { color: rgb(1,105,9); }
H1.HeaderClassName
{
color: #016909;
}
.AnyTagClassName
{
color: #016909;
}
</style>
background-color css
<style>
a { background-color: #016909; }
a { background-color: rgb(1,105,9); }
div.DivClassName
{
background-color: #016909;
}
.BgClassName
{
background-color: #016909;
}
</style>
border-color css
<style>
span { border-color: #016909; }
span { border-color: rgb(1,105,9); }
td.TdClassName
{
border-color: #016909;
}
.TagClassName
{
border-color: #016909;
}
</style>