Shades of Green #007610
Tints of Green #007610
RGB
CMYK
RGB Variations
Color information
#007610 (or 0x007610) is known color: Green. HEX triplet: 00, 76 and 10. RGB value is (0,118,16). Sum of RGB (Red+Green+Blue) = 0+118+16=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 118 (46.48% from 255 or 88.06% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 118 - color contains mainly: green. Hex color #007610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007610 is #FF89EF. Grayscale: #474747. Windows color (decimal): -16746992 or 1078784. OLE color: 1078784.
HSL color Cylindrical-coordinate representation of color #007610: hue angle of 128.14º 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 #007610 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 16 | - |
| CMYK | 1 | 0 | 0.86 | 0.54 |
| HSL | 128.14º | 1% | 0.23% | - |
| HSV(B) | 128.14º | 1% | 0.46% | - |
| XYZ | 6.57 | 12.99 | 2.65 | - |
| YUV | 71.09 | 96.91 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 16 | 1 | 0 | 0.86 | 0.54 | 128.14 | 1 | 0.23 |
| Hex | 0 | 76 | 10 | 64 | 0 | 56 | 36 | 80 | 64 | 17 |
| Octal | 0 | 166 | 20 | 144 | 0 | 126 | 66 | 200 | 144 | 27 |
| Binary | 0 | 1110110 | 10000 | 1100100 | 0 | 1010110 | 110110 | 10000000 | 1100100 | 10111 |
Color Harmonies of #007610
Complementary color
Monochromatic Colors of #007610
Black with #007610
Text Example
Text Example
White with #007610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007610; }
p { color: rgb(0,118,16); }
H1.HeaderClassName
{
color: #007610;
}
.AnyTagClassName
{
color: #007610;
}
</style>
background-color css
<style>
a { background-color: #007610; }
a { background-color: rgb(0,118,16); }
div.DivClassName
{
background-color: #007610;
}
.BgClassName
{
background-color: #007610;
}
</style>
border-color css
<style>
span { border-color: #007610; }
span { border-color: rgb(0,118,16); }
td.TdClassName
{
border-color: #007610;
}
.TagClassName
{
border-color: #007610;
}
</style>