Shades of Green #087714
Tints of Green #087714
RGB
CMYK
RGB Variations
Color information
#087714 (or 0x087714) is known color: Green. HEX triplet: 08, 77 and 14. RGB value is (8,119,20). Sum of RGB (Red+Green+Blue) = 8+119+20=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 119 (46.88% from 255 or 80.95% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 119 - color contains mainly: green. Hex color #087714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087714 is #F788EB. Grayscale: #4A4A4A. Windows color (decimal): -16222444 or 1341192. OLE color: 1341192.
HSL color Cylindrical-coordinate representation of color #087714: hue angle of 126.49º degrees, saturation: 0.87, 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 #087714 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 119 | 20 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.53 |
| HSL | 126.49º | 0.87% | 0.25% | - |
| HSV(B) | 126.49º | 0.93% | 0.47% | - |
| XYZ | 6.82 | 13.3 | 2.87 | - |
| YUV | 74.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 20 | 0.93 | 0 | 0.83 | 0.53 | 126.49 | 0.87 | 0.25 |
| Hex | 8 | 77 | 14 | 5D | 0 | 53 | 35 | 7E | 57 | 19 |
| Octal | 10 | 167 | 24 | 135 | 0 | 123 | 65 | 176 | 127 | 31 |
| Binary | 1000 | 1110111 | 10100 | 1011101 | 0 | 1010011 | 110101 | 1111110 | 1010111 | 11001 |
Color Harmonies of #087714
Complementary color
Monochromatic Colors of #087714
Black with #087714
Text Example
Text Example
White with #087714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087714; }
p { color: rgb(8,119,20); }
H1.HeaderClassName
{
color: #087714;
}
.AnyTagClassName
{
color: #087714;
}
</style>
background-color css
<style>
a { background-color: #087714; }
a { background-color: rgb(8,119,20); }
div.DivClassName
{
background-color: #087714;
}
.BgClassName
{
background-color: #087714;
}
</style>
border-color css
<style>
span { border-color: #087714; }
span { border-color: rgb(8,119,20); }
td.TdClassName
{
border-color: #087714;
}
.TagClassName
{
border-color: #087714;
}
</style>