Shades of Green #017110
Tints of Green #017110
RGB
CMYK
RGB Variations
Color information
#017110 (or 0x017110) is known color: Green. HEX triplet: 01, 71 and 10. RGB value is (1,113,16). Sum of RGB (Red+Green+Blue) = 1+113+16=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 113 (44.53% from 255 or 86.92% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 113 - color contains mainly: green. Hex color #017110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017110 is #FE8EEF. Grayscale: #444444. Windows color (decimal): -16682736 or 1077505. OLE color: 1077505.
HSL color Cylindrical-coordinate representation of color #017110: hue angle of 128.04º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017110 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 16 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.56 |
| HSL | 128.04º | 0.98% | 0.22% | - |
| HSV(B) | 128.04º | 0.99% | 0.44% | - |
| XYZ | 6.01 | 11.85 | 2.46 | - |
| YUV | 68.45 | 98.39 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 16 | 0.99 | 0 | 0.86 | 0.56 | 128.04 | 0.98 | 0.22 |
| Hex | 1 | 71 | 10 | 63 | 0 | 56 | 38 | 80 | 62 | 16 |
| Octal | 1 | 161 | 20 | 143 | 0 | 126 | 70 | 200 | 142 | 26 |
| Binary | 1 | 1110001 | 10000 | 1100011 | 0 | 1010110 | 111000 | 10000000 | 1100010 | 10110 |
Color Harmonies of #017110
Complementary color
Monochromatic Colors of #017110
Black with #017110
Text Example
Text Example
White with #017110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017110; }
p { color: rgb(1,113,16); }
H1.HeaderClassName
{
color: #017110;
}
.AnyTagClassName
{
color: #017110;
}
</style>
background-color css
<style>
a { background-color: #017110; }
a { background-color: rgb(1,113,16); }
div.DivClassName
{
background-color: #017110;
}
.BgClassName
{
background-color: #017110;
}
</style>
border-color css
<style>
span { border-color: #017110; }
span { border-color: rgb(1,113,16); }
td.TdClassName
{
border-color: #017110;
}
.TagClassName
{
border-color: #017110;
}
</style>