Shades of Green #017406
Tints of Green #017406
RGB
CMYK
RGB Variations
Color information
#017406 (or 0x017406) is known color: Green. HEX triplet: 01, 74 and 06. RGB value is (1,116,6). Sum of RGB (Red+Green+Blue) = 1+116+6=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 116 (45.70% from 255 or 94.31% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 116 - color contains mainly: green. Hex color #017406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017406 is #FE8BF9. Grayscale: #454545. Windows color (decimal): -16681978 or 422913. OLE color: 422913.
HSL color Cylindrical-coordinate representation of color #017406: hue angle of 122.61º 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 #017406 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 6 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.55 |
| HSL | 122.61º | 0.98% | 0.23% | - |
| HSV(B) | 122.61º | 0.99% | 0.45% | - |
| XYZ | 6.29 | 12.51 | 2.26 | - |
| YUV | 69.08 | 92.4 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 6 | 0.99 | 0 | 0.95 | 0.55 | 122.61 | 0.98 | 0.23 |
| Hex | 1 | 74 | 6 | 63 | 0 | 5F | 37 | 7B | 62 | 17 |
| Octal | 1 | 164 | 6 | 143 | 0 | 137 | 67 | 173 | 142 | 27 |
| Binary | 1 | 1110100 | 110 | 1100011 | 0 | 1011111 | 110111 | 1111011 | 1100010 | 10111 |
Color Harmonies of #017406
Complementary color
Monochromatic Colors of #017406
Black with #017406
Text Example
Text Example
White with #017406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017406; }
p { color: rgb(1,116,6); }
H1.HeaderClassName
{
color: #017406;
}
.AnyTagClassName
{
color: #017406;
}
</style>
background-color css
<style>
a { background-color: #017406; }
a { background-color: rgb(1,116,6); }
div.DivClassName
{
background-color: #017406;
}
.BgClassName
{
background-color: #017406;
}
</style>
border-color css
<style>
span { border-color: #017406; }
span { border-color: rgb(1,116,6); }
td.TdClassName
{
border-color: #017406;
}
.TagClassName
{
border-color: #017406;
}
</style>