Shades of Green #017508
Tints of Green #017508
RGB
CMYK
RGB Variations
Color information
#017508 (or 0x017508) is known color: Green. HEX triplet: 01, 75 and 08. RGB value is (1,117,8). Sum of RGB (Red+Green+Blue) = 1+117+8=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 117 (46.09% from 255 or 92.86% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 117 - color contains mainly: green. Hex color #017508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017508 is #FE8AF7. Grayscale: #464646. Windows color (decimal): -16681720 or 554241. OLE color: 554241.
HSL color Cylindrical-coordinate representation of color #017508: hue angle of 123.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017508 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 8 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.54 |
| HSL | 123.62º | 0.98% | 0.23% | - |
| HSV(B) | 123.62º | 0.99% | 0.46% | - |
| XYZ | 6.42 | 12.75 | 2.35 | - |
| YUV | 69.89 | 93.07 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 8 | 0.99 | 0 | 0.93 | 0.54 | 123.62 | 0.98 | 0.23 |
| Hex | 1 | 75 | 8 | 63 | 0 | 5D | 36 | 7C | 62 | 17 |
| Octal | 1 | 165 | 10 | 143 | 0 | 135 | 66 | 174 | 142 | 27 |
| Binary | 1 | 1110101 | 1000 | 1100011 | 0 | 1011101 | 110110 | 1111100 | 1100010 | 10111 |
Color Harmonies of #017508
Complementary color
Monochromatic Colors of #017508
Black with #017508
Text Example
Text Example
White with #017508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017508; }
p { color: rgb(1,117,8); }
H1.HeaderClassName
{
color: #017508;
}
.AnyTagClassName
{
color: #017508;
}
</style>
background-color css
<style>
a { background-color: #017508; }
a { background-color: rgb(1,117,8); }
div.DivClassName
{
background-color: #017508;
}
.BgClassName
{
background-color: #017508;
}
</style>
border-color css
<style>
span { border-color: #017508; }
span { border-color: rgb(1,117,8); }
td.TdClassName
{
border-color: #017508;
}
.TagClassName
{
border-color: #017508;
}
</style>