Shades of Green #08820E
Tints of Green #08820E
RGB
CMYK
RGB Variations
Color information
#08820E (or 0x08820E) is known color: Green. HEX triplet: 08, 82 and 0E. RGB value is (8,130,14). Sum of RGB (Red+Green+Blue) = 8+130+14=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 130 (51.17% from 255 or 85.53% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 130 - color contains mainly: green. Hex color #08820E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08820E is #F77DF1. Grayscale: #505050. Windows color (decimal): -16219634 or 950792. OLE color: 950792.
HSL color Cylindrical-coordinate representation of color #08820E: hue angle of 122.95º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08820E is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 14 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.49 |
| HSL | 122.95º | 0.88% | 0.27% | - |
| HSV(B) | 122.95º | 0.94% | 0.51% | - |
| XYZ | 8.16 | 16.05 | 3.08 | - |
| YUV | 80.3 | 90.58 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 14 | 0.94 | 0 | 0.89 | 0.49 | 122.95 | 0.88 | 0.27 |
| Hex | 8 | 82 | E | 5E | 0 | 59 | 31 | 7B | 58 | 1B |
| Octal | 10 | 202 | 16 | 136 | 0 | 131 | 61 | 173 | 130 | 33 |
| Binary | 1000 | 10000010 | 1110 | 1011110 | 0 | 1011001 | 110001 | 1111011 | 1011000 | 11011 |
Color Harmonies of #08820E
Complementary color
Monochromatic Colors of #08820E
Black with #08820E
Text Example
Text Example
White with #08820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08820E; }
p { color: rgb(8,130,14); }
H1.HeaderClassName
{
color: #08820E;
}
.AnyTagClassName
{
color: #08820E;
}
</style>
background-color css
<style>
a { background-color: #08820E; }
a { background-color: rgb(8,130,14); }
div.DivClassName
{
background-color: #08820E;
}
.BgClassName
{
background-color: #08820E;
}
</style>
border-color css
<style>
span { border-color: #08820E; }
span { border-color: rgb(8,130,14); }
td.TdClassName
{
border-color: #08820E;
}
.TagClassName
{
border-color: #08820E;
}
</style>