Shades of Dark Spring Green #087D41
Tints of Dark Spring Green #087D41
RGB
CMYK
RGB Variations
Color information
#087D41 (or 0x087D41) is known color: Dark Spring Green. HEX triplet: 08, 7D and 41. RGB value is (8,125,65). Sum of RGB (Red+Green+Blue) = 8+125+65=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #087D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087D41 is #F782BE. Grayscale: #535353. Windows color (decimal): -16220863 or 4291848. OLE color: 4291848.
HSL color Cylindrical-coordinate representation of color #087D41: hue angle of 149.23º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087D41 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 125 | 65 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.51 |
| HSL | 149.23º | 0.88% | 0.26% | - |
| HSV(B) | 149.23º | 0.94% | 0.49% | - |
| XYZ | 8.39 | 15.1 | 7.47 | - |
| YUV | 83.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 65 | 0.94 | 0 | 0.48 | 0.51 | 149.23 | 0.88 | 0.26 |
| Hex | 8 | 7D | 41 | 5E | 0 | 30 | 33 | 95 | 58 | 1A |
| Octal | 10 | 175 | 101 | 136 | 0 | 60 | 63 | 225 | 130 | 32 |
| Binary | 1000 | 1111101 | 1000001 | 1011110 | 0 | 110000 | 110011 | 10010101 | 1011000 | 11010 |
Color Harmonies of #087D41
Complementary color
Monochromatic Colors of #087D41
Black with #087D41
Text Example
Text Example
White with #087D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087D41; }
p { color: rgb(8,125,65); }
H1.HeaderClassName
{
color: #087D41;
}
.AnyTagClassName
{
color: #087D41;
}
</style>
background-color css
<style>
a { background-color: #087D41; }
a { background-color: rgb(8,125,65); }
div.DivClassName
{
background-color: #087D41;
}
.BgClassName
{
background-color: #087D41;
}
</style>
border-color css
<style>
span { border-color: #087D41; }
span { border-color: rgb(8,125,65); }
td.TdClassName
{
border-color: #087D41;
}
.TagClassName
{
border-color: #087D41;
}
</style>