Shades of Green #017D06
Tints of Green #017D06
RGB
CMYK
RGB Variations
Color information
#017D06 (or 0x017D06) is known color: Green. HEX triplet: 01, 7D and 06. RGB value is (1,125,6). Sum of RGB (Red+Green+Blue) = 1+125+6=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 125 (49.22% from 255 or 94.70% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 125 - color contains mainly: green. Hex color #017D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017D06 is #FE82F9. Grayscale: #4A4A4A. Windows color (decimal): -16679674 or 425217. OLE color: 425217.
HSL color Cylindrical-coordinate representation of color #017D06: hue angle of 122.42º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D06 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 6 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.51 |
| HSL | 122.42º | 0.98% | 0.25% | - |
| HSV(B) | 122.42º | 0.99% | 0.49% | - |
| XYZ | 7.38 | 14.69 | 2.62 | - |
| YUV | 74.36 | 89.42 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 6 | 0.99 | 0 | 0.95 | 0.51 | 122.42 | 0.98 | 0.25 |
| Hex | 1 | 7D | 6 | 63 | 0 | 5F | 33 | 7A | 62 | 19 |
| Octal | 1 | 175 | 6 | 143 | 0 | 137 | 63 | 172 | 142 | 31 |
| Binary | 1 | 1111101 | 110 | 1100011 | 0 | 1011111 | 110011 | 1111010 | 1100010 | 11001 |
Color Harmonies of #017D06
Complementary color
Monochromatic Colors of #017D06
Black with #017D06
Text Example
Text Example
White with #017D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D06; }
p { color: rgb(1,125,6); }
H1.HeaderClassName
{
color: #017D06;
}
.AnyTagClassName
{
color: #017D06;
}
</style>
background-color css
<style>
a { background-color: #017D06; }
a { background-color: rgb(1,125,6); }
div.DivClassName
{
background-color: #017D06;
}
.BgClassName
{
background-color: #017D06;
}
</style>
border-color css
<style>
span { border-color: #017D06; }
span { border-color: rgb(1,125,6); }
td.TdClassName
{
border-color: #017D06;
}
.TagClassName
{
border-color: #017D06;
}
</style>