Shades of Green #007611
Tints of Green #007611
RGB
CMYK
RGB Variations
Color information
#007611 (or 0x007611) is known color: Green. HEX triplet: 00, 76 and 11. RGB value is (0,118,17). Sum of RGB (Red+Green+Blue) = 0+118+17=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 118 (46.48% from 255 or 87.41% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 118 - color contains mainly: green. Hex color #007611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007611 is #FF89EE. Grayscale: #474747. Windows color (decimal): -16746991 or 1144320. OLE color: 1144320.
HSL color Cylindrical-coordinate representation of color #007611: hue angle of 128.64º 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 #007611 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 17 | - |
| CMYK | 1 | 0 | 0.86 | 0.54 |
| HSL | 128.64º | 1% | 0.23% | - |
| HSV(B) | 128.64º | 1% | 0.46% | - |
| XYZ | 6.58 | 13 | 2.69 | - |
| YUV | 71.2 | 97.41 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 17 | 1 | 0 | 0.86 | 0.54 | 128.64 | 1 | 0.23 |
| Hex | 0 | 76 | 11 | 64 | 0 | 56 | 36 | 81 | 64 | 17 |
| Octal | 0 | 166 | 21 | 144 | 0 | 126 | 66 | 201 | 144 | 27 |
| Binary | 0 | 1110110 | 10001 | 1100100 | 0 | 1010110 | 110110 | 10000001 | 1100100 | 10111 |
Color Harmonies of #007611
Complementary color
Monochromatic Colors of #007611
Black with #007611
Text Example
Text Example
White with #007611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007611; }
p { color: rgb(0,118,17); }
H1.HeaderClassName
{
color: #007611;
}
.AnyTagClassName
{
color: #007611;
}
</style>
background-color css
<style>
a { background-color: #007611; }
a { background-color: rgb(0,118,17); }
div.DivClassName
{
background-color: #007611;
}
.BgClassName
{
background-color: #007611;
}
</style>
border-color css
<style>
span { border-color: #007611; }
span { border-color: rgb(0,118,17); }
td.TdClassName
{
border-color: #007611;
}
.TagClassName
{
border-color: #007611;
}
</style>