Shades of Green #087814
Tints of Green #087814
RGB
CMYK
RGB Variations
Color information
#087814 (or 0x087814) is known color: Green. HEX triplet: 08, 78 and 14. RGB value is (8,120,20). Sum of RGB (Red+Green+Blue) = 8+120+20=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 120 (47.27% from 255 or 81.08% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 120 - color contains mainly: green. Hex color #087814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087814 is #F787EB. Grayscale: #4B4B4B. Windows color (decimal): -16222188 or 1341448. OLE color: 1341448.
HSL color Cylindrical-coordinate representation of color #087814: hue angle of 126.43º 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 #087814 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 120 | 20 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.53 |
| HSL | 126.43º | 0.88% | 0.25% | - |
| HSV(B) | 126.43º | 0.93% | 0.47% | - |
| XYZ | 6.94 | 13.54 | 2.91 | - |
| YUV | 75.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 20 | 0.93 | 0 | 0.83 | 0.53 | 126.43 | 0.88 | 0.25 |
| Hex | 8 | 78 | 14 | 5D | 0 | 53 | 35 | 7E | 58 | 19 |
| Octal | 10 | 170 | 24 | 135 | 0 | 123 | 65 | 176 | 130 | 31 |
| Binary | 1000 | 1111000 | 10100 | 1011101 | 0 | 1010011 | 110101 | 1111110 | 1011000 | 11001 |
Color Harmonies of #087814
Complementary color
Monochromatic Colors of #087814
Black with #087814
Text Example
Text Example
White with #087814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087814; }
p { color: rgb(8,120,20); }
H1.HeaderClassName
{
color: #087814;
}
.AnyTagClassName
{
color: #087814;
}
</style>
background-color css
<style>
a { background-color: #087814; }
a { background-color: rgb(8,120,20); }
div.DivClassName
{
background-color: #087814;
}
.BgClassName
{
background-color: #087814;
}
</style>
border-color css
<style>
span { border-color: #087814; }
span { border-color: rgb(8,120,20); }
td.TdClassName
{
border-color: #087814;
}
.TagClassName
{
border-color: #087814;
}
</style>