Shades of Green #017407
Tints of Green #017407
RGB
CMYK
RGB Variations
Color information
#017407 (or 0x017407) is known color: Green. HEX triplet: 01, 74 and 07. RGB value is (1,116,7). Sum of RGB (Red+Green+Blue) = 1+116+7=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 116 (45.70% from 255 or 93.55% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 116 - color contains mainly: green. Hex color #017407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017407 is #FE8BF8. Grayscale: #454545. Windows color (decimal): -16681977 or 488449. OLE color: 488449.
HSL color Cylindrical-coordinate representation of color #017407: hue angle of 123.13º 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 #017407 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 7 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.55 |
| HSL | 123.13º | 0.98% | 0.23% | - |
| HSV(B) | 123.13º | 0.99% | 0.45% | - |
| XYZ | 6.3 | 12.51 | 2.28 | - |
| YUV | 69.19 | 92.9 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 7 | 0.99 | 0 | 0.94 | 0.55 | 123.13 | 0.98 | 0.23 |
| Hex | 1 | 74 | 7 | 63 | 0 | 5E | 37 | 7B | 62 | 17 |
| Octal | 1 | 164 | 7 | 143 | 0 | 136 | 67 | 173 | 142 | 27 |
| Binary | 1 | 1110100 | 111 | 1100011 | 0 | 1011110 | 110111 | 1111011 | 1100010 | 10111 |
Color Harmonies of #017407
Complementary color
Monochromatic Colors of #017407
Black with #017407
Text Example
Text Example
White with #017407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017407; }
p { color: rgb(1,116,7); }
H1.HeaderClassName
{
color: #017407;
}
.AnyTagClassName
{
color: #017407;
}
</style>
background-color css
<style>
a { background-color: #017407; }
a { background-color: rgb(1,116,7); }
div.DivClassName
{
background-color: #017407;
}
.BgClassName
{
background-color: #017407;
}
</style>
border-color css
<style>
span { border-color: #017407; }
span { border-color: rgb(1,116,7); }
td.TdClassName
{
border-color: #017407;
}
.TagClassName
{
border-color: #017407;
}
</style>