Shades of Green #07880E
Tints of Green #07880E
RGB
CMYK
RGB Variations
Color information
#07880E (or 0x07880E) is known color: Green. HEX triplet: 07, 88 and 0E. RGB value is (7,136,14). Sum of RGB (Red+Green+Blue) = 7+136+14=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 136 (53.52% from 255 or 86.62% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 136 - color contains mainly: green. Hex color #07880E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07880E is #F877F1. Grayscale: #535353. Windows color (decimal): -16283634 or 952327. OLE color: 952327.
HSL color Cylindrical-coordinate representation of color #07880E: hue angle of 123.26º 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 #07880E is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 14 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.47 |
| HSL | 123.26º | 0.9% | 0.28% | - |
| HSV(B) | 123.26º | 0.95% | 0.53% | - |
| XYZ | 8.97 | 17.69 | 3.36 | - |
| YUV | 83.52 | 88.76 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 14 | 0.95 | 0 | 0.90 | 0.47 | 123.26 | 0.9 | 0.28 |
| Hex | 7 | 88 | E | 5F | 0 | 5A | 2F | 7B | 5A | 1C |
| Octal | 7 | 210 | 16 | 137 | 0 | 132 | 57 | 173 | 132 | 34 |
| Binary | 111 | 10001000 | 1110 | 1011111 | 0 | 1011010 | 101111 | 1111011 | 1011010 | 11100 |
Color Harmonies of #07880E
Complementary color
Monochromatic Colors of #07880E
Black with #07880E
Text Example
Text Example
White with #07880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07880E; }
p { color: rgb(7,136,14); }
H1.HeaderClassName
{
color: #07880E;
}
.AnyTagClassName
{
color: #07880E;
}
</style>
background-color css
<style>
a { background-color: #07880E; }
a { background-color: rgb(7,136,14); }
div.DivClassName
{
background-color: #07880E;
}
.BgClassName
{
background-color: #07880E;
}
</style>
border-color css
<style>
span { border-color: #07880E; }
span { border-color: rgb(7,136,14); }
td.TdClassName
{
border-color: #07880E;
}
.TagClassName
{
border-color: #07880E;
}
</style>