Shades of Green #07860D
Tints of Green #07860D
RGB
CMYK
RGB Variations
Color information
#07860D (or 0x07860D) is known color: Green. HEX triplet: 07, 86 and 0D. RGB value is (7,134,13). Sum of RGB (Red+Green+Blue) = 7+134+13=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 134 (52.73% from 255 or 87.01% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 134 - color contains mainly: green. Hex color #07860D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07860D is #F879F2. Grayscale: #525252. Windows color (decimal): -16284147 or 886279. OLE color: 886279.
HSL color Cylindrical-coordinate representation of color #07860D: hue angle of 122.83º 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 #07860D is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 13 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.47 |
| HSL | 122.83º | 0.9% | 0.28% | - |
| HSV(B) | 122.83º | 0.95% | 0.53% | - |
| XYZ | 8.69 | 17.12 | 3.23 | - |
| YUV | 82.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 13 | 0.95 | 0 | 0.90 | 0.47 | 122.83 | 0.9 | 0.28 |
| Hex | 7 | 86 | D | 5F | 0 | 5A | 2F | 7B | 5A | 1C |
| Octal | 7 | 206 | 15 | 137 | 0 | 132 | 57 | 173 | 132 | 34 |
| Binary | 111 | 10000110 | 1101 | 1011111 | 0 | 1011010 | 101111 | 1111011 | 1011010 | 11100 |
Color Harmonies of #07860D
Complementary color
Monochromatic Colors of #07860D
Black with #07860D
Text Example
Text Example
White with #07860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07860D; }
p { color: rgb(7,134,13); }
H1.HeaderClassName
{
color: #07860D;
}
.AnyTagClassName
{
color: #07860D;
}
</style>
background-color css
<style>
a { background-color: #07860D; }
a { background-color: rgb(7,134,13); }
div.DivClassName
{
background-color: #07860D;
}
.BgClassName
{
background-color: #07860D;
}
</style>
border-color css
<style>
span { border-color: #07860D; }
span { border-color: rgb(7,134,13); }
td.TdClassName
{
border-color: #07860D;
}
.TagClassName
{
border-color: #07860D;
}
</style>