Shades of Green #07860C
Tints of Green #07860C
RGB
CMYK
RGB Variations
Color information
#07860C (or 0x07860C) is known color: Green. HEX triplet: 07, 86 and 0C. RGB value is (7,134,12). Sum of RGB (Red+Green+Blue) = 7+134+12=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 134 (52.73% from 255 or 87.58% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 134 - color contains mainly: green. Hex color #07860C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07860C is #F879F3. Grayscale: #525252. Windows color (decimal): -16284148 or 820743. OLE color: 820743.
HSL color Cylindrical-coordinate representation of color #07860C: hue angle of 122.36º 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 #07860C is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 12 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.47 |
| HSL | 122.36º | 0.9% | 0.28% | - |
| HSV(B) | 122.36º | 0.95% | 0.53% | - |
| XYZ | 8.68 | 17.12 | 3.2 | - |
| YUV | 82.12 | 88.42 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 12 | 0.95 | 0 | 0.91 | 0.47 | 122.36 | 0.9 | 0.28 |
| Hex | 7 | 86 | C | 5F | 0 | 5B | 2F | 7A | 5A | 1C |
| Octal | 7 | 206 | 14 | 137 | 0 | 133 | 57 | 172 | 132 | 34 |
| Binary | 111 | 10000110 | 1100 | 1011111 | 0 | 1011011 | 101111 | 1111010 | 1011010 | 11100 |
Color Harmonies of #07860C
Complementary color
Monochromatic Colors of #07860C
Black with #07860C
Text Example
Text Example
White with #07860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07860C; }
p { color: rgb(7,134,12); }
H1.HeaderClassName
{
color: #07860C;
}
.AnyTagClassName
{
color: #07860C;
}
</style>
background-color css
<style>
a { background-color: #07860C; }
a { background-color: rgb(7,134,12); }
div.DivClassName
{
background-color: #07860C;
}
.BgClassName
{
background-color: #07860C;
}
</style>
border-color css
<style>
span { border-color: #07860C; }
span { border-color: rgb(7,134,12); }
td.TdClassName
{
border-color: #07860C;
}
.TagClassName
{
border-color: #07860C;
}
</style>