Shades of Dark Spring Green #087F32
Tints of Dark Spring Green #087F32
RGB
CMYK
RGB Variations
Color information
#087F32 (or 0x087F32) is known color: Dark Spring Green. HEX triplet: 08, 7F and 32. RGB value is (8,127,50). Sum of RGB (Red+Green+Blue) = 8+127+50=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 127 (50% from 255 or 68.65% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 127 - color contains mainly: green. Hex color #087F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087F32 is #F780CD. Grayscale: #525252. Windows color (decimal): -16220366 or 3309320. OLE color: 3309320.
HSL color Cylindrical-coordinate representation of color #087F32: hue angle of 141.18º 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 #087F32 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 50 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.50 |
| HSL | 141.18º | 0.88% | 0.26% | - |
| HSV(B) | 141.18º | 0.94% | 0.5% | - |
| XYZ | 8.27 | 15.46 | 5.57 | - |
| YUV | 82.64 | 109.58 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 50 | 0.94 | 0 | 0.61 | 0.50 | 141.18 | 0.88 | 0.26 |
| Hex | 8 | 7F | 32 | 5E | 0 | 3D | 32 | 8D | 58 | 1A |
| Octal | 10 | 177 | 62 | 136 | 0 | 75 | 62 | 215 | 130 | 32 |
| Binary | 1000 | 1111111 | 110010 | 1011110 | 0 | 111101 | 110010 | 10001101 | 1011000 | 11010 |
Color Harmonies of #087F32
Complementary color
Monochromatic Colors of #087F32
Black with #087F32
Text Example
Text Example
White with #087F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F32; }
p { color: rgb(8,127,50); }
H1.HeaderClassName
{
color: #087F32;
}
.AnyTagClassName
{
color: #087F32;
}
</style>
background-color css
<style>
a { background-color: #087F32; }
a { background-color: rgb(8,127,50); }
div.DivClassName
{
background-color: #087F32;
}
.BgClassName
{
background-color: #087F32;
}
</style>
border-color css
<style>
span { border-color: #087F32; }
span { border-color: rgb(8,127,50); }
td.TdClassName
{
border-color: #087F32;
}
.TagClassName
{
border-color: #087F32;
}
</style>