Shades of Green #07871A
Tints of Green #07871A
RGB
CMYK
RGB Variations
Color information
#07871A (or 0x07871A) is known color: Green. HEX triplet: 07, 87 and 1A. RGB value is (7,135,26). Sum of RGB (Red+Green+Blue) = 7+135+26=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 135 (53.12% from 255 or 80.36% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 135 - color contains mainly: green. Hex color #07871A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07871A is #F878E5. Grayscale: #545454. Windows color (decimal): -16283878 or 1738503. OLE color: 1738503.
HSL color Cylindrical-coordinate representation of color #07871A: hue angle of 128.91º 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 #07871A is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 26 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.47 |
| HSL | 128.91º | 0.9% | 0.28% | - |
| HSV(B) | 128.91º | 0.95% | 0.53% | - |
| XYZ | 8.94 | 17.45 | 3.87 | - |
| YUV | 84.3 | 95.09 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 26 | 0.95 | 0 | 0.81 | 0.47 | 128.91 | 0.9 | 0.28 |
| Hex | 7 | 87 | 1A | 5F | 0 | 51 | 2F | 81 | 5A | 1C |
| Octal | 7 | 207 | 32 | 137 | 0 | 121 | 57 | 201 | 132 | 34 |
| Binary | 111 | 10000111 | 11010 | 1011111 | 0 | 1010001 | 101111 | 10000001 | 1011010 | 11100 |
Color Harmonies of #07871A
Complementary color
Monochromatic Colors of #07871A
Black with #07871A
Text Example
Text Example
White with #07871A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07871A; }
p { color: rgb(7,135,26); }
H1.HeaderClassName
{
color: #07871A;
}
.AnyTagClassName
{
color: #07871A;
}
</style>
background-color css
<style>
a { background-color: #07871A; }
a { background-color: rgb(7,135,26); }
div.DivClassName
{
background-color: #07871A;
}
.BgClassName
{
background-color: #07871A;
}
</style>
border-color css
<style>
span { border-color: #07871A; }
span { border-color: rgb(7,135,26); }
td.TdClassName
{
border-color: #07871A;
}
.TagClassName
{
border-color: #07871A;
}
</style>