Shades of Green #017D08
Tints of Green #017D08
RGB
CMYK
RGB Variations
Color information
#017D08 (or 0x017D08) is known color: Green. HEX triplet: 01, 7D and 08. RGB value is (1,125,8). Sum of RGB (Red+Green+Blue) = 1+125+8=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 125 (49.22% from 255 or 93.28% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 125 - color contains mainly: green. Hex color #017D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017D08 is #FE82F7. Grayscale: #4A4A4A. Windows color (decimal): -16679672 or 556289. OLE color: 556289.
HSL color Cylindrical-coordinate representation of color #017D08: hue angle of 123.39º 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 #017D08 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 8 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.51 |
| HSL | 123.39º | 0.98% | 0.25% | - |
| HSV(B) | 123.39º | 0.99% | 0.49% | - |
| XYZ | 7.39 | 14.69 | 2.68 | - |
| YUV | 74.59 | 90.42 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 8 | 0.99 | 0 | 0.94 | 0.51 | 123.39 | 0.98 | 0.25 |
| Hex | 1 | 7D | 8 | 63 | 0 | 5E | 33 | 7B | 62 | 19 |
| Octal | 1 | 175 | 10 | 143 | 0 | 136 | 63 | 173 | 142 | 31 |
| Binary | 1 | 1111101 | 1000 | 1100011 | 0 | 1011110 | 110011 | 1111011 | 1100010 | 11001 |
Color Harmonies of #017D08
Complementary color
Monochromatic Colors of #017D08
Black with #017D08
Text Example
Text Example
White with #017D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D08; }
p { color: rgb(1,125,8); }
H1.HeaderClassName
{
color: #017D08;
}
.AnyTagClassName
{
color: #017D08;
}
</style>
background-color css
<style>
a { background-color: #017D08; }
a { background-color: rgb(1,125,8); }
div.DivClassName
{
background-color: #017D08;
}
.BgClassName
{
background-color: #017D08;
}
</style>
border-color css
<style>
span { border-color: #017D08; }
span { border-color: rgb(1,125,8); }
td.TdClassName
{
border-color: #017D08;
}
.TagClassName
{
border-color: #017D08;
}
</style>