Shades of Green #07880D
Tints of Green #07880D
RGB
CMYK
RGB Variations
Color information
#07880D (or 0x07880D) is known color: Green. HEX triplet: 07, 88 and 0D. RGB value is (7,136,13). Sum of RGB (Red+Green+Blue) = 7+136+13=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 136 (53.52% from 255 or 87.18% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 136 - color contains mainly: green. Hex color #07880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07880D is #F877F2. Grayscale: #535353. Windows color (decimal): -16283635 or 886791. OLE color: 886791.
HSL color Cylindrical-coordinate representation of color #07880D: hue angle of 122.79º 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 #07880D is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 13 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.47 |
| HSL | 122.79º | 0.9% | 0.28% | - |
| HSV(B) | 122.79º | 0.95% | 0.53% | - |
| XYZ | 8.96 | 17.68 | 3.32 | - |
| YUV | 83.41 | 88.26 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 13 | 0.95 | 0 | 0.90 | 0.47 | 122.79 | 0.9 | 0.28 |
| Hex | 7 | 88 | D | 5F | 0 | 5A | 2F | 7B | 5A | 1C |
| Octal | 7 | 210 | 15 | 137 | 0 | 132 | 57 | 173 | 132 | 34 |
| Binary | 111 | 10001000 | 1101 | 1011111 | 0 | 1011010 | 101111 | 1111011 | 1011010 | 11100 |
Color Harmonies of #07880D
Complementary color
Monochromatic Colors of #07880D
Black with #07880D
Text Example
Text Example
White with #07880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07880D; }
p { color: rgb(7,136,13); }
H1.HeaderClassName
{
color: #07880D;
}
.AnyTagClassName
{
color: #07880D;
}
</style>
background-color css
<style>
a { background-color: #07880D; }
a { background-color: rgb(7,136,13); }
div.DivClassName
{
background-color: #07880D;
}
.BgClassName
{
background-color: #07880D;
}
</style>
border-color css
<style>
span { border-color: #07880D; }
span { border-color: rgb(7,136,13); }
td.TdClassName
{
border-color: #07880D;
}
.TagClassName
{
border-color: #07880D;
}
</style>