Shades of Green #017008
Tints of Green #017008
RGB
CMYK
RGB Variations
Color information
#017008 (or 0x017008) is known color: Green. HEX triplet: 01, 70 and 08. RGB value is (1,112,8). Sum of RGB (Red+Green+Blue) = 1+112+8=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 112 (44.14% from 255 or 92.56% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 112 - color contains mainly: green. Hex color #017008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017008 is #FE8FF7. Grayscale: #434343. Windows color (decimal): -16683000 or 552961. OLE color: 552961.
HSL color Cylindrical-coordinate representation of color #017008: hue angle of 123.78º 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 #017008 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 8 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.56 |
| HSL | 123.78º | 0.98% | 0.22% | - |
| HSV(B) | 123.78º | 0.99% | 0.44% | - |
| XYZ | 5.85 | 11.61 | 2.16 | - |
| YUV | 66.96 | 94.73 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 8 | 0.99 | 0 | 0.93 | 0.56 | 123.78 | 0.98 | 0.22 |
| Hex | 1 | 70 | 8 | 63 | 0 | 5D | 38 | 7C | 62 | 16 |
| Octal | 1 | 160 | 10 | 143 | 0 | 135 | 70 | 174 | 142 | 26 |
| Binary | 1 | 1110000 | 1000 | 1100011 | 0 | 1011101 | 111000 | 1111100 | 1100010 | 10110 |
Color Harmonies of #017008
Complementary color
Monochromatic Colors of #017008
Black with #017008
Text Example
Text Example
White with #017008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017008; }
p { color: rgb(1,112,8); }
H1.HeaderClassName
{
color: #017008;
}
.AnyTagClassName
{
color: #017008;
}
</style>
background-color css
<style>
a { background-color: #017008; }
a { background-color: rgb(1,112,8); }
div.DivClassName
{
background-color: #017008;
}
.BgClassName
{
background-color: #017008;
}
</style>
border-color css
<style>
span { border-color: #017008; }
span { border-color: rgb(1,112,8); }
td.TdClassName
{
border-color: #017008;
}
.TagClassName
{
border-color: #017008;
}
</style>