Shades of Green #087514
Tints of Green #087514
RGB
CMYK
RGB Variations
Color information
#087514 (or 0x087514) is known color: Green. HEX triplet: 08, 75 and 14. RGB value is (8,117,20). Sum of RGB (Red+Green+Blue) = 8+117+20=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #087514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087514 is #F78AEB. Grayscale: #494949. Windows color (decimal): -16222956 or 1340680. OLE color: 1340680.
HSL color Cylindrical-coordinate representation of color #087514: hue angle of 126.61º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087514 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 20 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.54 |
| HSL | 126.61º | 0.87% | 0.25% | - |
| HSV(B) | 126.61º | 0.93% | 0.46% | - |
| XYZ | 6.59 | 12.82 | 2.79 | - |
| YUV | 73.35 | 97.89 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 20 | 0.93 | 0 | 0.83 | 0.54 | 126.61 | 0.87 | 0.25 |
| Hex | 8 | 75 | 14 | 5D | 0 | 53 | 36 | 7F | 57 | 19 |
| Octal | 10 | 165 | 24 | 135 | 0 | 123 | 66 | 177 | 127 | 31 |
| Binary | 1000 | 1110101 | 10100 | 1011101 | 0 | 1010011 | 110110 | 1111111 | 1010111 | 11001 |
Color Harmonies of #087514
Complementary color
Monochromatic Colors of #087514
Black with #087514
Text Example
Text Example
White with #087514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087514; }
p { color: rgb(8,117,20); }
H1.HeaderClassName
{
color: #087514;
}
.AnyTagClassName
{
color: #087514;
}
</style>
background-color css
<style>
a { background-color: #087514; }
a { background-color: rgb(8,117,20); }
div.DivClassName
{
background-color: #087514;
}
.BgClassName
{
background-color: #087514;
}
</style>
border-color css
<style>
span { border-color: #087514; }
span { border-color: rgb(8,117,20); }
td.TdClassName
{
border-color: #087514;
}
.TagClassName
{
border-color: #087514;
}
</style>