Shades of Green #07870F
Tints of Green #07870F
RGB
CMYK
RGB Variations
Color information
#07870F (or 0x07870F) is known color: Green. HEX triplet: 07, 87 and 0F. RGB value is (7,135,15). Sum of RGB (Red+Green+Blue) = 7+135+15=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 135 (53.12% from 255 or 85.99% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 135 - color contains mainly: green. Hex color #07870F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07870F is #F878F0. Grayscale: #535353. Windows color (decimal): -16283889 or 1017607. OLE color: 1017607.
HSL color Cylindrical-coordinate representation of color #07870F: hue angle of 123.75º 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 #07870F is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 15 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.47 |
| HSL | 123.75º | 0.9% | 0.28% | - |
| HSV(B) | 123.75º | 0.95% | 0.53% | - |
| XYZ | 8.84 | 17.41 | 3.35 | - |
| YUV | 83.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 15 | 0.95 | 0 | 0.89 | 0.47 | 123.75 | 0.9 | 0.28 |
| Hex | 7 | 87 | F | 5F | 0 | 59 | 2F | 7C | 5A | 1C |
| Octal | 7 | 207 | 17 | 137 | 0 | 131 | 57 | 174 | 132 | 34 |
| Binary | 111 | 10000111 | 1111 | 1011111 | 0 | 1011001 | 101111 | 1111100 | 1011010 | 11100 |
Color Harmonies of #07870F
Complementary color
Monochromatic Colors of #07870F
Black with #07870F
Text Example
Text Example
White with #07870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07870F; }
p { color: rgb(7,135,15); }
H1.HeaderClassName
{
color: #07870F;
}
.AnyTagClassName
{
color: #07870F;
}
</style>
background-color css
<style>
a { background-color: #07870F; }
a { background-color: rgb(7,135,15); }
div.DivClassName
{
background-color: #07870F;
}
.BgClassName
{
background-color: #07870F;
}
</style>
border-color css
<style>
span { border-color: #07870F; }
span { border-color: rgb(7,135,15); }
td.TdClassName
{
border-color: #07870F;
}
.TagClassName
{
border-color: #07870F;
}
</style>