Shades of Green #07811A
Tints of Green #07811A
RGB
CMYK
RGB Variations
Color information
#07811A (or 0x07811A) is known color: Green. HEX triplet: 07, 81 and 1A. RGB value is (7,129,26). Sum of RGB (Red+Green+Blue) = 7+129+26=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 129 (50.78% from 255 or 79.63% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 129 - color contains mainly: green. Hex color #07811A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07811A is #F87EE5. Grayscale: #515151. Windows color (decimal): -16285414 or 1736967. OLE color: 1736967.
HSL color Cylindrical-coordinate representation of color #07811A: hue angle of 129.34º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07811A is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 26 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.49 |
| HSL | 129.34º | 0.9% | 0.27% | - |
| HSV(B) | 129.34º | 0.95% | 0.51% | - |
| XYZ | 8.12 | 15.82 | 3.6 | - |
| YUV | 80.78 | 97.08 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 26 | 0.95 | 0 | 0.80 | 0.49 | 129.34 | 0.9 | 0.27 |
| Hex | 7 | 81 | 1A | 5F | 0 | 50 | 31 | 81 | 5A | 1B |
| Octal | 7 | 201 | 32 | 137 | 0 | 120 | 61 | 201 | 132 | 33 |
| Binary | 111 | 10000001 | 11010 | 1011111 | 0 | 1010000 | 110001 | 10000001 | 1011010 | 11011 |
Color Harmonies of #07811A
Complementary color
Monochromatic Colors of #07811A
Black with #07811A
Text Example
Text Example
White with #07811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07811A; }
p { color: rgb(7,129,26); }
H1.HeaderClassName
{
color: #07811A;
}
.AnyTagClassName
{
color: #07811A;
}
</style>
background-color css
<style>
a { background-color: #07811A; }
a { background-color: rgb(7,129,26); }
div.DivClassName
{
background-color: #07811A;
}
.BgClassName
{
background-color: #07811A;
}
</style>
border-color css
<style>
span { border-color: #07811A; }
span { border-color: rgb(7,129,26); }
td.TdClassName
{
border-color: #07811A;
}
.TagClassName
{
border-color: #07811A;
}
</style>