Shades of Dark Spring Green #087840
Tints of Dark Spring Green #087840
RGB
CMYK
RGB Variations
Color information
#087840 (or 0x087840) is known color: Dark Spring Green. HEX triplet: 08, 78 and 40. RGB value is (8,120,64). Sum of RGB (Red+Green+Blue) = 8+120+64=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 120 (47.27% from 255 or 62.5% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 120 - color contains mainly: green. Hex color #087840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087840 is #F787BF. Grayscale: #505050. Windows color (decimal): -16222144 or 4225032. OLE color: 4225032.
HSL color Cylindrical-coordinate representation of color #087840: hue angle of 150º 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 #087840 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 120 | 64 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.53 |
| HSL | 150º | 0.88% | 0.25% | - |
| HSV(B) | 150º | 0.93% | 0.47% | - |
| XYZ | 7.74 | 13.85 | 7.12 | - |
| YUV | 80.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 64 | 0.93 | 0 | 0.47 | 0.53 | 150 | 0.88 | 0.25 |
| Hex | 8 | 78 | 40 | 5D | 0 | 2F | 35 | 96 | 58 | 19 |
| Octal | 10 | 170 | 100 | 135 | 0 | 57 | 65 | 226 | 130 | 31 |
| Binary | 1000 | 1111000 | 1000000 | 1011101 | 0 | 101111 | 110101 | 10010110 | 1011000 | 11001 |
Color Harmonies of #087840
Complementary color
Monochromatic Colors of #087840
Black with #087840
Text Example
Text Example
White with #087840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087840; }
p { color: rgb(8,120,64); }
H1.HeaderClassName
{
color: #087840;
}
.AnyTagClassName
{
color: #087840;
}
</style>
background-color css
<style>
a { background-color: #087840; }
a { background-color: rgb(8,120,64); }
div.DivClassName
{
background-color: #087840;
}
.BgClassName
{
background-color: #087840;
}
</style>
border-color css
<style>
span { border-color: #087840; }
span { border-color: rgb(8,120,64); }
td.TdClassName
{
border-color: #087840;
}
.TagClassName
{
border-color: #087840;
}
</style>