Shades of Green #08780E
Tints of Green #08780E
RGB
CMYK
RGB Variations
Color information
#08780E (or 0x08780E) is known color: Green. HEX triplet: 08, 78 and 0E. RGB value is (8,120,14). Sum of RGB (Red+Green+Blue) = 8+120+14=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 120 (47.27% from 255 or 84.51% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 120 - color contains mainly: green. Hex color #08780E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08780E is #F787F1. Grayscale: #4A4A4A. Windows color (decimal): -16222194 or 948232. OLE color: 948232.
HSL color Cylindrical-coordinate representation of color #08780E: hue angle of 123.21º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08780E is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 120 | 14 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.53 |
| HSL | 123.21º | 0.88% | 0.25% | - |
| HSV(B) | 123.21º | 0.93% | 0.47% | - |
| XYZ | 6.9 | 13.52 | 2.66 | - |
| YUV | 74.43 | 93.89 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 14 | 0.93 | 0 | 0.88 | 0.53 | 123.21 | 0.88 | 0.25 |
| Hex | 8 | 78 | E | 5D | 0 | 58 | 35 | 7B | 58 | 19 |
| Octal | 10 | 170 | 16 | 135 | 0 | 130 | 65 | 173 | 130 | 31 |
| Binary | 1000 | 1111000 | 1110 | 1011101 | 0 | 1011000 | 110101 | 1111011 | 1011000 | 11001 |
Color Harmonies of #08780E
Complementary color
Monochromatic Colors of #08780E
Black with #08780E
Text Example
Text Example
White with #08780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08780E; }
p { color: rgb(8,120,14); }
H1.HeaderClassName
{
color: #08780E;
}
.AnyTagClassName
{
color: #08780E;
}
</style>
background-color css
<style>
a { background-color: #08780E; }
a { background-color: rgb(8,120,14); }
div.DivClassName
{
background-color: #08780E;
}
.BgClassName
{
background-color: #08780E;
}
</style>
border-color css
<style>
span { border-color: #08780E; }
span { border-color: rgb(8,120,14); }
td.TdClassName
{
border-color: #08780E;
}
.TagClassName
{
border-color: #08780E;
}
</style>