Shades of Green #07880B
Tints of Green #07880B
RGB
CMYK
RGB Variations
Color information
#07880B (or 0x07880B) is known color: Green. HEX triplet: 07, 88 and 0B. RGB value is (7,136,11). Sum of RGB (Red+Green+Blue) = 7+136+11=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 136 (53.52% from 255 or 88.31% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 136 - color contains mainly: green. Hex color #07880B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07880B is #F877F4. Grayscale: #535353. Windows color (decimal): -16283637 or 755719. OLE color: 755719.
HSL color Cylindrical-coordinate representation of color #07880B: hue angle of 121.86º 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 #07880B is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 11 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.47 |
| HSL | 121.86º | 0.9% | 0.28% | - |
| HSV(B) | 121.86º | 0.95% | 0.53% | - |
| XYZ | 8.95 | 17.68 | 3.26 | - |
| YUV | 83.18 | 87.26 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 11 | 0.95 | 0 | 0.92 | 0.47 | 121.86 | 0.9 | 0.28 |
| Hex | 7 | 88 | B | 5F | 0 | 5C | 2F | 7A | 5A | 1C |
| Octal | 7 | 210 | 13 | 137 | 0 | 134 | 57 | 172 | 132 | 34 |
| Binary | 111 | 10001000 | 1011 | 1011111 | 0 | 1011100 | 101111 | 1111010 | 1011010 | 11100 |
Color Harmonies of #07880B
Complementary color
Monochromatic Colors of #07880B
Black with #07880B
Text Example
Text Example
White with #07880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07880B; }
p { color: rgb(7,136,11); }
H1.HeaderClassName
{
color: #07880B;
}
.AnyTagClassName
{
color: #07880B;
}
</style>
background-color css
<style>
a { background-color: #07880B; }
a { background-color: rgb(7,136,11); }
div.DivClassName
{
background-color: #07880B;
}
.BgClassName
{
background-color: #07880B;
}
</style>
border-color css
<style>
span { border-color: #07880B; }
span { border-color: rgb(7,136,11); }
td.TdClassName
{
border-color: #07880B;
}
.TagClassName
{
border-color: #07880B;
}
</style>