Shades of Green #08800E
Tints of Green #08800E
RGB
CMYK
RGB Variations
Color information
#08800E (or 0x08800E) is known color: Green. HEX triplet: 08, 80 and 0E. RGB value is (8,128,14). Sum of RGB (Red+Green+Blue) = 8+128+14=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 128 (50.39% from 255 or 85.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 128 - color contains mainly: green. Hex color #08800E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08800E is #F77FF1. Grayscale: #4F4F4F. Windows color (decimal): -16220146 or 950280. OLE color: 950280.
HSL color Cylindrical-coordinate representation of color #08800E: hue angle of 123º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08800E is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 14 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.50 |
| HSL | 123º | 0.88% | 0.27% | - |
| HSV(B) | 123º | 0.94% | 0.5% | - |
| XYZ | 7.9 | 15.52 | 3 | - |
| YUV | 79.12 | 91.24 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 14 | 0.94 | 0 | 0.89 | 0.50 | 123 | 0.88 | 0.27 |
| Hex | 8 | 80 | E | 5E | 0 | 59 | 32 | 7B | 58 | 1B |
| Octal | 10 | 200 | 16 | 136 | 0 | 131 | 62 | 173 | 130 | 33 |
| Binary | 1000 | 10000000 | 1110 | 1011110 | 0 | 1011001 | 110010 | 1111011 | 1011000 | 11011 |
Color Harmonies of #08800E
Complementary color
Monochromatic Colors of #08800E
Black with #08800E
Text Example
Text Example
White with #08800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08800E; }
p { color: rgb(8,128,14); }
H1.HeaderClassName
{
color: #08800E;
}
.AnyTagClassName
{
color: #08800E;
}
</style>
background-color css
<style>
a { background-color: #08800E; }
a { background-color: rgb(8,128,14); }
div.DivClassName
{
background-color: #08800E;
}
.BgClassName
{
background-color: #08800E;
}
</style>
border-color css
<style>
span { border-color: #08800E; }
span { border-color: rgb(8,128,14); }
td.TdClassName
{
border-color: #08800E;
}
.TagClassName
{
border-color: #08800E;
}
</style>