Shades of Dark Spring Green #087F35
Tints of Dark Spring Green #087F35
RGB
CMYK
RGB Variations
Color information
#087F35 (or 0x087F35) is known color: Dark Spring Green. HEX triplet: 08, 7F and 35. RGB value is (8,127,53). Sum of RGB (Red+Green+Blue) = 8+127+53=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 127 (50% from 255 or 67.55% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 127 - color contains mainly: green. Hex color #087F35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087F35 is #F780CA. Grayscale: #535353. Windows color (decimal): -16220363 or 3505928. OLE color: 3505928.
HSL color Cylindrical-coordinate representation of color #087F35: hue angle of 142.69º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F35 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 53 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.50 |
| HSL | 142.69º | 0.88% | 0.26% | - |
| HSV(B) | 142.69º | 0.94% | 0.5% | - |
| XYZ | 8.33 | 15.49 | 5.92 | - |
| YUV | 82.98 | 111.08 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 53 | 0.94 | 0 | 0.58 | 0.50 | 142.69 | 0.88 | 0.26 |
| Hex | 8 | 7F | 35 | 5E | 0 | 3A | 32 | 8F | 58 | 1A |
| Octal | 10 | 177 | 65 | 136 | 0 | 72 | 62 | 217 | 130 | 32 |
| Binary | 1000 | 1111111 | 110101 | 1011110 | 0 | 111010 | 110010 | 10001111 | 1011000 | 11010 |
Color Harmonies of #087F35
Complementary color
Monochromatic Colors of #087F35
Black with #087F35
Text Example
Text Example
White with #087F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F35; }
p { color: rgb(8,127,53); }
H1.HeaderClassName
{
color: #087F35;
}
.AnyTagClassName
{
color: #087F35;
}
</style>
background-color css
<style>
a { background-color: #087F35; }
a { background-color: rgb(8,127,53); }
div.DivClassName
{
background-color: #087F35;
}
.BgClassName
{
background-color: #087F35;
}
</style>
border-color css
<style>
span { border-color: #087F35; }
span { border-color: rgb(8,127,53); }
td.TdClassName
{
border-color: #087F35;
}
.TagClassName
{
border-color: #087F35;
}
</style>