Shades of Green #017716
Tints of Green #017716
RGB
CMYK
RGB Variations
Color information
#017716 (or 0x017716) is known color: Green. HEX triplet: 01, 77 and 16. RGB value is (1,119,22). Sum of RGB (Red+Green+Blue) = 1+119+22=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 119 (46.88% from 255 or 83.80% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 119 - color contains mainly: green. Hex color #017716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017716 is #FE88E9. Grayscale: #484848. Windows color (decimal): -16681194 or 1472257. OLE color: 1472257.
HSL color Cylindrical-coordinate representation of color #017716: hue angle of 130.68º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017716 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 22 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.53 |
| HSL | 130.68º | 0.98% | 0.24% | - |
| HSV(B) | 130.68º | 0.99% | 0.47% | - |
| XYZ | 6.75 | 13.26 | 2.96 | - |
| YUV | 72.66 | 99.41 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 22 | 0.99 | 0 | 0.82 | 0.53 | 130.68 | 0.98 | 0.24 |
| Hex | 1 | 77 | 16 | 63 | 0 | 52 | 35 | 83 | 62 | 18 |
| Octal | 1 | 167 | 26 | 143 | 0 | 122 | 65 | 203 | 142 | 30 |
| Binary | 1 | 1110111 | 10110 | 1100011 | 0 | 1010010 | 110101 | 10000011 | 1100010 | 11000 |
Color Harmonies of #017716
Complementary color
Monochromatic Colors of #017716
Black with #017716
Text Example
Text Example
White with #017716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017716; }
p { color: rgb(1,119,22); }
H1.HeaderClassName
{
color: #017716;
}
.AnyTagClassName
{
color: #017716;
}
</style>
background-color css
<style>
a { background-color: #017716; }
a { background-color: rgb(1,119,22); }
div.DivClassName
{
background-color: #017716;
}
.BgClassName
{
background-color: #017716;
}
</style>
border-color css
<style>
span { border-color: #017716; }
span { border-color: rgb(1,119,22); }
td.TdClassName
{
border-color: #017716;
}
.TagClassName
{
border-color: #017716;
}
</style>