Shades of Green #007517
Tints of Green #007517
RGB
CMYK
RGB Variations
Color information
#007517 (or 0x007517) is known color: Green. HEX triplet: 00, 75 and 17. RGB value is (0,117,23). Sum of RGB (Red+Green+Blue) = 0+117+23=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 117 (46.09% from 255 or 83.57% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 117 - color contains mainly: green. Hex color #007517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007517 is #FF8AE8. Grayscale: #474747. Windows color (decimal): -16747241 or 1537280. OLE color: 1537280.
HSL color Cylindrical-coordinate representation of color #007517: hue angle of 131.79º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007517 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 23 | - |
| CMYK | 1 | 0 | 0.80 | 0.54 |
| HSL | 131.79º | 1% | 0.23% | - |
| HSV(B) | 131.79º | 1% | 0.46% | - |
| XYZ | 6.52 | 12.78 | 2.93 | - |
| YUV | 71.3 | 100.74 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 23 | 1 | 0 | 0.80 | 0.54 | 131.79 | 1 | 0.23 |
| Hex | 0 | 75 | 17 | 64 | 0 | 50 | 36 | 84 | 64 | 17 |
| Octal | 0 | 165 | 27 | 144 | 0 | 120 | 66 | 204 | 144 | 27 |
| Binary | 0 | 1110101 | 10111 | 1100100 | 0 | 1010000 | 110110 | 10000100 | 1100100 | 10111 |
Color Harmonies of #007517
Complementary color
Monochromatic Colors of #007517
Black with #007517
Text Example
Text Example
White with #007517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007517; }
p { color: rgb(0,117,23); }
H1.HeaderClassName
{
color: #007517;
}
.AnyTagClassName
{
color: #007517;
}
</style>
background-color css
<style>
a { background-color: #007517; }
a { background-color: rgb(0,117,23); }
div.DivClassName
{
background-color: #007517;
}
.BgClassName
{
background-color: #007517;
}
</style>
border-color css
<style>
span { border-color: #007517; }
span { border-color: rgb(0,117,23); }
td.TdClassName
{
border-color: #007517;
}
.TagClassName
{
border-color: #007517;
}
</style>