Shades of Dark Spring Green #087540
Tints of Dark Spring Green #087540
RGB
CMYK
RGB Variations
Color information
#087540 (or 0x087540) is known color: Dark Spring Green. HEX triplet: 08, 75 and 40. RGB value is (8,117,64). Sum of RGB (Red+Green+Blue) = 8+117+64=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #087540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087540 is #F78ABF. Grayscale: #4E4E4E. Windows color (decimal): -16222912 or 4224264. OLE color: 4224264.
HSL color Cylindrical-coordinate representation of color #087540: hue angle of 150.83º 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 #087540 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 64 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.54 |
| HSL | 150.83º | 0.87% | 0.25% | - |
| HSV(B) | 150.83º | 0.93% | 0.46% | - |
| XYZ | 7.39 | 13.14 | 7 | - |
| YUV | 78.37 | 119.89 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 64 | 0.93 | 0 | 0.45 | 0.54 | 150.83 | 0.87 | 0.25 |
| Hex | 8 | 75 | 40 | 5D | 0 | 2D | 36 | 97 | 57 | 19 |
| Octal | 10 | 165 | 100 | 135 | 0 | 55 | 66 | 227 | 127 | 31 |
| Binary | 1000 | 1110101 | 1000000 | 1011101 | 0 | 101101 | 110110 | 10010111 | 1010111 | 11001 |
Color Harmonies of #087540
Complementary color
Monochromatic Colors of #087540
Black with #087540
Text Example
Text Example
White with #087540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087540; }
p { color: rgb(8,117,64); }
H1.HeaderClassName
{
color: #087540;
}
.AnyTagClassName
{
color: #087540;
}
</style>
background-color css
<style>
a { background-color: #087540; }
a { background-color: rgb(8,117,64); }
div.DivClassName
{
background-color: #087540;
}
.BgClassName
{
background-color: #087540;
}
</style>
border-color css
<style>
span { border-color: #087540; }
span { border-color: rgb(8,117,64); }
td.TdClassName
{
border-color: #087540;
}
.TagClassName
{
border-color: #087540;
}
</style>