Shades of Dark Spring Green #087B40
Tints of Dark Spring Green #087B40
RGB
CMYK
RGB Variations
Color information
#087B40 (or 0x087B40) is known color: Dark Spring Green. HEX triplet: 08, 7B and 40. RGB value is (8,123,64). Sum of RGB (Red+Green+Blue) = 8+123+64=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #087B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087B40 is #F784BF. Grayscale: #525252. Windows color (decimal): -16221376 or 4225800. OLE color: 4225800.
HSL color Cylindrical-coordinate representation of color #087B40: hue angle of 149.22º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087B40 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 123 | 64 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.52 |
| HSL | 149.22º | 0.88% | 0.26% | - |
| HSV(B) | 149.22º | 0.93% | 0.48% | - |
| XYZ | 8.11 | 14.59 | 7.24 | - |
| YUV | 81.89 | 117.9 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 64 | 0.93 | 0 | 0.48 | 0.52 | 149.22 | 0.88 | 0.26 |
| Hex | 8 | 7B | 40 | 5D | 0 | 30 | 34 | 95 | 58 | 1A |
| Octal | 10 | 173 | 100 | 135 | 0 | 60 | 64 | 225 | 130 | 32 |
| Binary | 1000 | 1111011 | 1000000 | 1011101 | 0 | 110000 | 110100 | 10010101 | 1011000 | 11010 |
Color Harmonies of #087B40
Complementary color
Monochromatic Colors of #087B40
Black with #087B40
Text Example
Text Example
White with #087B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B40; }
p { color: rgb(8,123,64); }
H1.HeaderClassName
{
color: #087B40;
}
.AnyTagClassName
{
color: #087B40;
}
</style>
background-color css
<style>
a { background-color: #087B40; }
a { background-color: rgb(8,123,64); }
div.DivClassName
{
background-color: #087B40;
}
.BgClassName
{
background-color: #087B40;
}
</style>
border-color css
<style>
span { border-color: #087B40; }
span { border-color: rgb(8,123,64); }
td.TdClassName
{
border-color: #087B40;
}
.TagClassName
{
border-color: #087B40;
}
</style>