Shades of Green #087518
Tints of Green #087518
RGB
CMYK
RGB Variations
Color information
#087518 (or 0x087518) is known color: Green. HEX triplet: 08, 75 and 18. RGB value is (8,117,24). Sum of RGB (Red+Green+Blue) = 8+117+24=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 117 (46.09% from 255 or 78.52% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 117 - color contains mainly: green. Hex color #087518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087518 is #F78AE7. Grayscale: #4A4A4A. Windows color (decimal): -16222952 or 1602824. OLE color: 1602824.
HSL color Cylindrical-coordinate representation of color #087518: hue angle of 128.81º 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 #087518 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 24 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.54 |
| HSL | 128.81º | 0.87% | 0.25% | - |
| HSV(B) | 128.81º | 0.93% | 0.46% | - |
| XYZ | 6.63 | 12.84 | 2.99 | - |
| YUV | 73.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 24 | 0.93 | 0 | 0.79 | 0.54 | 128.81 | 0.87 | 0.25 |
| Hex | 8 | 75 | 18 | 5D | 0 | 4F | 36 | 81 | 57 | 19 |
| Octal | 10 | 165 | 30 | 135 | 0 | 117 | 66 | 201 | 127 | 31 |
| Binary | 1000 | 1110101 | 11000 | 1011101 | 0 | 1001111 | 110110 | 10000001 | 1010111 | 11001 |
Color Harmonies of #087518
Complementary color
Monochromatic Colors of #087518
Black with #087518
Text Example
Text Example
White with #087518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087518; }
p { color: rgb(8,117,24); }
H1.HeaderClassName
{
color: #087518;
}
.AnyTagClassName
{
color: #087518;
}
</style>
background-color css
<style>
a { background-color: #087518; }
a { background-color: rgb(8,117,24); }
div.DivClassName
{
background-color: #087518;
}
.BgClassName
{
background-color: #087518;
}
</style>
border-color css
<style>
span { border-color: #087518; }
span { border-color: rgb(8,117,24); }
td.TdClassName
{
border-color: #087518;
}
.TagClassName
{
border-color: #087518;
}
</style>