Shades of Green #017409
Tints of Green #017409
RGB
CMYK
RGB Variations
Color information
#017409 (or 0x017409) is known color: Green. HEX triplet: 01, 74 and 09. RGB value is (1,116,9). Sum of RGB (Red+Green+Blue) = 1+116+9=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 116 (45.70% from 255 or 92.06% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 116 - color contains mainly: green. Hex color #017409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017409 is #FE8BF6. Grayscale: #454545. Windows color (decimal): -16681975 or 619521. OLE color: 619521.
HSL color Cylindrical-coordinate representation of color #017409: hue angle of 124.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017409 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 9 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.55 |
| HSL | 124.17º | 0.98% | 0.23% | - |
| HSV(B) | 124.17º | 0.99% | 0.45% | - |
| XYZ | 6.31 | 12.52 | 2.34 | - |
| YUV | 69.42 | 93.9 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 9 | 0.99 | 0 | 0.92 | 0.55 | 124.17 | 0.98 | 0.23 |
| Hex | 1 | 74 | 9 | 63 | 0 | 5C | 37 | 7C | 62 | 17 |
| Octal | 1 | 164 | 11 | 143 | 0 | 134 | 67 | 174 | 142 | 27 |
| Binary | 1 | 1110100 | 1001 | 1100011 | 0 | 1011100 | 110111 | 1111100 | 1100010 | 10111 |
Color Harmonies of #017409
Complementary color
Monochromatic Colors of #017409
Black with #017409
Text Example
Text Example
White with #017409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017409; }
p { color: rgb(1,116,9); }
H1.HeaderClassName
{
color: #017409;
}
.AnyTagClassName
{
color: #017409;
}
</style>
background-color css
<style>
a { background-color: #017409; }
a { background-color: rgb(1,116,9); }
div.DivClassName
{
background-color: #017409;
}
.BgClassName
{
background-color: #017409;
}
</style>
border-color css
<style>
span { border-color: #017409; }
span { border-color: rgb(1,116,9); }
td.TdClassName
{
border-color: #017409;
}
.TagClassName
{
border-color: #017409;
}
</style>