Shades of Green #07881A
Tints of Green #07881A
RGB
CMYK
RGB Variations
Color information
#07881A (or 0x07881A) is known color: Green. HEX triplet: 07, 88 and 1A. RGB value is (7,136,26). Sum of RGB (Red+Green+Blue) = 7+136+26=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 136 (53.52% from 255 or 80.47% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 136 - color contains mainly: green. Hex color #07881A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07881A is #F877E5. Grayscale: #555555. Windows color (decimal): -16283622 or 1738759. OLE color: 1738759.
HSL color Cylindrical-coordinate representation of color #07881A: hue angle of 128.84º 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 #07881A is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 26 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.47 |
| HSL | 128.84º | 0.9% | 0.28% | - |
| HSV(B) | 128.84º | 0.95% | 0.53% | - |
| XYZ | 9.08 | 17.73 | 3.92 | - |
| YUV | 84.89 | 94.76 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 26 | 0.95 | 0 | 0.81 | 0.47 | 128.84 | 0.9 | 0.28 |
| Hex | 7 | 88 | 1A | 5F | 0 | 51 | 2F | 81 | 5A | 1C |
| Octal | 7 | 210 | 32 | 137 | 0 | 121 | 57 | 201 | 132 | 34 |
| Binary | 111 | 10001000 | 11010 | 1011111 | 0 | 1010001 | 101111 | 10000001 | 1011010 | 11100 |
Color Harmonies of #07881A
Complementary color
Monochromatic Colors of #07881A
Black with #07881A
Text Example
Text Example
White with #07881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07881A; }
p { color: rgb(7,136,26); }
H1.HeaderClassName
{
color: #07881A;
}
.AnyTagClassName
{
color: #07881A;
}
</style>
background-color css
<style>
a { background-color: #07881A; }
a { background-color: rgb(7,136,26); }
div.DivClassName
{
background-color: #07881A;
}
.BgClassName
{
background-color: #07881A;
}
</style>
border-color css
<style>
span { border-color: #07881A; }
span { border-color: rgb(7,136,26); }
td.TdClassName
{
border-color: #07881A;
}
.TagClassName
{
border-color: #07881A;
}
</style>