Shades of Green #017615
Tints of Green #017615
RGB
CMYK
RGB Variations
Color information
#017615 (or 0x017615) is known color: Green. HEX triplet: 01, 76 and 15. RGB value is (1,118,21). Sum of RGB (Red+Green+Blue) = 1+118+21=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 118 (46.48% from 255 or 84.29% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 118 - color contains mainly: green. Hex color #017615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017615 is #FE89EA. Grayscale: #484848. Windows color (decimal): -16681451 or 1406465. OLE color: 1406465.
HSL color Cylindrical-coordinate representation of color #017615: hue angle of 130.26º 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 #017615 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 21 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.54 |
| HSL | 130.26º | 0.98% | 0.23% | - |
| HSV(B) | 130.26º | 0.99% | 0.46% | - |
| XYZ | 6.63 | 13.02 | 2.87 | - |
| YUV | 71.96 | 99.24 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 21 | 0.99 | 0 | 0.82 | 0.54 | 130.26 | 0.98 | 0.23 |
| Hex | 1 | 76 | 15 | 63 | 0 | 52 | 36 | 82 | 62 | 17 |
| Octal | 1 | 166 | 25 | 143 | 0 | 122 | 66 | 202 | 142 | 27 |
| Binary | 1 | 1110110 | 10101 | 1100011 | 0 | 1010010 | 110110 | 10000010 | 1100010 | 10111 |
Color Harmonies of #017615
Complementary color
Monochromatic Colors of #017615
Black with #017615
Text Example
Text Example
White with #017615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017615; }
p { color: rgb(1,118,21); }
H1.HeaderClassName
{
color: #017615;
}
.AnyTagClassName
{
color: #017615;
}
</style>
background-color css
<style>
a { background-color: #017615; }
a { background-color: rgb(1,118,21); }
div.DivClassName
{
background-color: #017615;
}
.BgClassName
{
background-color: #017615;
}
</style>
border-color css
<style>
span { border-color: #017615; }
span { border-color: rgb(1,118,21); }
td.TdClassName
{
border-color: #017615;
}
.TagClassName
{
border-color: #017615;
}
</style>