Shades of Green #007510
Tints of Green #007510
RGB
CMYK
RGB Variations
Color information
#007510 (or 0x007510) is known color: Green. HEX triplet: 00, 75 and 10. RGB value is (0,117,16). Sum of RGB (Red+Green+Blue) = 0+117+16=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 117 (46.09% from 255 or 87.97% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 117 - color contains mainly: green. Hex color #007510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007510 is #FF8AEF. Grayscale: #464646. Windows color (decimal): -16747248 or 1078528. OLE color: 1078528.
HSL color Cylindrical-coordinate representation of color #007510: hue angle of 128.21º 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 #007510 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 16 | - |
| CMYK | 1 | 0 | 0.86 | 0.54 |
| HSL | 128.21º | 1% | 0.23% | - |
| HSV(B) | 128.21º | 1% | 0.46% | - |
| XYZ | 6.45 | 12.76 | 2.61 | - |
| YUV | 70.5 | 97.24 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 16 | 1 | 0 | 0.86 | 0.54 | 128.21 | 1 | 0.23 |
| Hex | 0 | 75 | 10 | 64 | 0 | 56 | 36 | 80 | 64 | 17 |
| Octal | 0 | 165 | 20 | 144 | 0 | 126 | 66 | 200 | 144 | 27 |
| Binary | 0 | 1110101 | 10000 | 1100100 | 0 | 1010110 | 110110 | 10000000 | 1100100 | 10111 |
Color Harmonies of #007510
Complementary color
Monochromatic Colors of #007510
Black with #007510
Text Example
Text Example
White with #007510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007510; }
p { color: rgb(0,117,16); }
H1.HeaderClassName
{
color: #007510;
}
.AnyTagClassName
{
color: #007510;
}
</style>
background-color css
<style>
a { background-color: #007510; }
a { background-color: rgb(0,117,16); }
div.DivClassName
{
background-color: #007510;
}
.BgClassName
{
background-color: #007510;
}
</style>
border-color css
<style>
span { border-color: #007510; }
span { border-color: rgb(0,117,16); }
td.TdClassName
{
border-color: #007510;
}
.TagClassName
{
border-color: #007510;
}
</style>