Shades of Green #017416
Tints of Green #017416
RGB
CMYK
RGB Variations
Color information
#017416 (or 0x017416) is known color: Green. HEX triplet: 01, 74 and 16. RGB value is (1,116,22). Sum of RGB (Red+Green+Blue) = 1+116+22=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 116 (45.70% from 255 or 83.45% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 116 - color contains mainly: green. Hex color #017416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017416 is #FE8BE9. Grayscale: #474747. Windows color (decimal): -16681962 or 1471489. OLE color: 1471489.
HSL color Cylindrical-coordinate representation of color #017416: hue angle of 130.96º 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 #017416 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 22 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.55 |
| HSL | 130.96º | 0.98% | 0.23% | - |
| HSV(B) | 130.96º | 0.99% | 0.45% | - |
| XYZ | 6.4 | 12.56 | 2.84 | - |
| YUV | 70.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 22 | 0.99 | 0 | 0.81 | 0.55 | 130.96 | 0.98 | 0.23 |
| Hex | 1 | 74 | 16 | 63 | 0 | 51 | 37 | 83 | 62 | 17 |
| Octal | 1 | 164 | 26 | 143 | 0 | 121 | 67 | 203 | 142 | 27 |
| Binary | 1 | 1110100 | 10110 | 1100011 | 0 | 1010001 | 110111 | 10000011 | 1100010 | 10111 |
Color Harmonies of #017416
Complementary color
Monochromatic Colors of #017416
Black with #017416
Text Example
Text Example
White with #017416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017416; }
p { color: rgb(1,116,22); }
H1.HeaderClassName
{
color: #017416;
}
.AnyTagClassName
{
color: #017416;
}
</style>
background-color css
<style>
a { background-color: #017416; }
a { background-color: rgb(1,116,22); }
div.DivClassName
{
background-color: #017416;
}
.BgClassName
{
background-color: #017416;
}
</style>
border-color css
<style>
span { border-color: #017416; }
span { border-color: rgb(1,116,22); }
td.TdClassName
{
border-color: #017416;
}
.TagClassName
{
border-color: #017416;
}
</style>