Shades of Green #077515
Tints of Green #077515
RGB
CMYK
RGB Variations
Color information
#077515 (or 0x077515) is known color: Green. HEX triplet: 07, 75 and 15. RGB value is (7,117,21). Sum of RGB (Red+Green+Blue) = 7+117+21=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #077515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077515 is #F88AEA. Grayscale: #494949. Windows color (decimal): -16288491 or 1406215. OLE color: 1406215.
HSL color Cylindrical-coordinate representation of color #077515: hue angle of 127.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077515 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 21 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.54 |
| HSL | 127.64º | 0.89% | 0.24% | - |
| HSV(B) | 127.64º | 0.94% | 0.46% | - |
| XYZ | 6.58 | 12.82 | 2.84 | - |
| YUV | 73.17 | 98.56 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 21 | 0.94 | 0 | 0.82 | 0.54 | 127.64 | 0.89 | 0.24 |
| Hex | 7 | 75 | 15 | 5E | 0 | 52 | 36 | 80 | 59 | 18 |
| Octal | 7 | 165 | 25 | 136 | 0 | 122 | 66 | 200 | 131 | 30 |
| Binary | 111 | 1110101 | 10101 | 1011110 | 0 | 1010010 | 110110 | 10000000 | 1011001 | 11000 |
Color Harmonies of #077515
Complementary color
Monochromatic Colors of #077515
Black with #077515
Text Example
Text Example
White with #077515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077515; }
p { color: rgb(7,117,21); }
H1.HeaderClassName
{
color: #077515;
}
.AnyTagClassName
{
color: #077515;
}
</style>
background-color css
<style>
a { background-color: #077515; }
a { background-color: rgb(7,117,21); }
div.DivClassName
{
background-color: #077515;
}
.BgClassName
{
background-color: #077515;
}
</style>
border-color css
<style>
span { border-color: #077515; }
span { border-color: rgb(7,117,21); }
td.TdClassName
{
border-color: #077515;
}
.TagClassName
{
border-color: #077515;
}
</style>