Shades of Green #017009
Tints of Green #017009
RGB
CMYK
RGB Variations
Color information
#017009 (or 0x017009) is known color: Green. HEX triplet: 01, 70 and 09. RGB value is (1,112,9). Sum of RGB (Red+Green+Blue) = 1+112+9=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 112 (44.14% from 255 or 91.80% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 112 - color contains mainly: green. Hex color #017009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017009 is #FE8FF6. Grayscale: #434343. Windows color (decimal): -16682999 or 618497. OLE color: 618497.
HSL color Cylindrical-coordinate representation of color #017009: hue angle of 124.32º 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 #017009 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 9 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.56 |
| HSL | 124.32º | 0.98% | 0.22% | - |
| HSV(B) | 124.32º | 0.99% | 0.44% | - |
| XYZ | 5.86 | 11.61 | 2.19 | - |
| YUV | 67.07 | 95.23 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 9 | 0.99 | 0 | 0.92 | 0.56 | 124.32 | 0.98 | 0.22 |
| Hex | 1 | 70 | 9 | 63 | 0 | 5C | 38 | 7C | 62 | 16 |
| Octal | 1 | 160 | 11 | 143 | 0 | 134 | 70 | 174 | 142 | 26 |
| Binary | 1 | 1110000 | 1001 | 1100011 | 0 | 1011100 | 111000 | 1111100 | 1100010 | 10110 |
Color Harmonies of #017009
Complementary color
Monochromatic Colors of #017009
Black with #017009
Text Example
Text Example
White with #017009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017009; }
p { color: rgb(1,112,9); }
H1.HeaderClassName
{
color: #017009;
}
.AnyTagClassName
{
color: #017009;
}
</style>
background-color css
<style>
a { background-color: #017009; }
a { background-color: rgb(1,112,9); }
div.DivClassName
{
background-color: #017009;
}
.BgClassName
{
background-color: #017009;
}
</style>
border-color css
<style>
span { border-color: #017009; }
span { border-color: rgb(1,112,9); }
td.TdClassName
{
border-color: #017009;
}
.TagClassName
{
border-color: #017009;
}
</style>