Shades of Green #01710C
Tints of Green #01710C
RGB
CMYK
RGB Variations
Color information
#01710C (or 0x01710C) is known color: Green. HEX triplet: 01, 71 and 0C. RGB value is (1,113,12). Sum of RGB (Red+Green+Blue) = 1+113+12=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 113 (44.53% from 255 or 89.68% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 113 - color contains mainly: green. Hex color #01710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01710C is #FE8EF3. Grayscale: #444444. Windows color (decimal): -16682740 or 815361. OLE color: 815361.
HSL color Cylindrical-coordinate representation of color #01710C: hue angle of 125.89º 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 #01710C is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 12 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.56 |
| HSL | 125.89º | 0.98% | 0.22% | - |
| HSV(B) | 125.89º | 0.99% | 0.44% | - |
| XYZ | 5.98 | 11.84 | 2.32 | - |
| YUV | 68 | 96.39 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 12 | 0.99 | 0 | 0.89 | 0.56 | 125.89 | 0.98 | 0.22 |
| Hex | 1 | 71 | C | 63 | 0 | 59 | 38 | 7E | 62 | 16 |
| Octal | 1 | 161 | 14 | 143 | 0 | 131 | 70 | 176 | 142 | 26 |
| Binary | 1 | 1110001 | 1100 | 1100011 | 0 | 1011001 | 111000 | 1111110 | 1100010 | 10110 |
Color Harmonies of #01710C
Complementary color
Monochromatic Colors of #01710C
Black with #01710C
Text Example
Text Example
White with #01710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01710C; }
p { color: rgb(1,113,12); }
H1.HeaderClassName
{
color: #01710C;
}
.AnyTagClassName
{
color: #01710C;
}
</style>
background-color css
<style>
a { background-color: #01710C; }
a { background-color: rgb(1,113,12); }
div.DivClassName
{
background-color: #01710C;
}
.BgClassName
{
background-color: #01710C;
}
</style>
border-color css
<style>
span { border-color: #01710C; }
span { border-color: rgb(1,113,12); }
td.TdClassName
{
border-color: #01710C;
}
.TagClassName
{
border-color: #01710C;
}
</style>