Shades of Green #07880A
Tints of Green #07880A
RGB
CMYK
RGB Variations
Color information
#07880A (or 0x07880A) is known color: Green. HEX triplet: 07, 88 and 0A. RGB value is (7,136,10). Sum of RGB (Red+Green+Blue) = 7+136+10=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 136 (53.52% from 255 or 88.89% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 136 - color contains mainly: green. Hex color #07880A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07880A is #F877F5. Grayscale: #535353. Windows color (decimal): -16283638 or 690183. OLE color: 690183.
HSL color Cylindrical-coordinate representation of color #07880A: hue angle of 121.4º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07880A is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 10 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.47 |
| HSL | 121.4º | 0.9% | 0.28% | - |
| HSV(B) | 121.4º | 0.95% | 0.53% | - |
| XYZ | 8.95 | 17.68 | 3.23 | - |
| YUV | 83.07 | 86.76 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 10 | 0.95 | 0 | 0.93 | 0.47 | 121.4 | 0.9 | 0.28 |
| Hex | 7 | 88 | A | 5F | 0 | 5D | 2F | 79 | 5A | 1C |
| Octal | 7 | 210 | 12 | 137 | 0 | 135 | 57 | 171 | 132 | 34 |
| Binary | 111 | 10001000 | 1010 | 1011111 | 0 | 1011101 | 101111 | 1111001 | 1011010 | 11100 |
Color Harmonies of #07880A
Complementary color
Monochromatic Colors of #07880A
Black with #07880A
Text Example
Text Example
White with #07880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07880A; }
p { color: rgb(7,136,10); }
H1.HeaderClassName
{
color: #07880A;
}
.AnyTagClassName
{
color: #07880A;
}
</style>
background-color css
<style>
a { background-color: #07880A; }
a { background-color: rgb(7,136,10); }
div.DivClassName
{
background-color: #07880A;
}
.BgClassName
{
background-color: #07880A;
}
</style>
border-color css
<style>
span { border-color: #07880A; }
span { border-color: rgb(7,136,10); }
td.TdClassName
{
border-color: #07880A;
}
.TagClassName
{
border-color: #07880A;
}
</style>