Shades of Green #017F08
Tints of Green #017F08
RGB
CMYK
RGB Variations
Color information
#017F08 (or 0x017F08) is known color: Green. HEX triplet: 01, 7F and 08. RGB value is (1,127,8). Sum of RGB (Red+Green+Blue) = 1+127+8=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 127 (50% from 255 or 93.38% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 127 - color contains mainly: green. Hex color #017F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017F08 is #FE80F7. Grayscale: #4C4C4C. Windows color (decimal): -16679160 or 556801. OLE color: 556801.
HSL color Cylindrical-coordinate representation of color #017F08: hue angle of 123.33º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F08 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 8 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.50 |
| HSL | 123.33º | 0.98% | 0.25% | - |
| HSV(B) | 123.33º | 0.99% | 0.5% | - |
| XYZ | 7.65 | 15.2 | 2.76 | - |
| YUV | 75.76 | 89.76 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 8 | 0.99 | 0 | 0.94 | 0.50 | 123.33 | 0.98 | 0.25 |
| Hex | 1 | 7F | 8 | 63 | 0 | 5E | 32 | 7B | 62 | 19 |
| Octal | 1 | 177 | 10 | 143 | 0 | 136 | 62 | 173 | 142 | 31 |
| Binary | 1 | 1111111 | 1000 | 1100011 | 0 | 1011110 | 110010 | 1111011 | 1100010 | 11001 |
Color Harmonies of #017F08
Complementary color
Monochromatic Colors of #017F08
Black with #017F08
Text Example
Text Example
White with #017F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F08; }
p { color: rgb(1,127,8); }
H1.HeaderClassName
{
color: #017F08;
}
.AnyTagClassName
{
color: #017F08;
}
</style>
background-color css
<style>
a { background-color: #017F08; }
a { background-color: rgb(1,127,8); }
div.DivClassName
{
background-color: #017F08;
}
.BgClassName
{
background-color: #017F08;
}
</style>
border-color css
<style>
span { border-color: #017F08; }
span { border-color: rgb(1,127,8); }
td.TdClassName
{
border-color: #017F08;
}
.TagClassName
{
border-color: #017F08;
}
</style>