Shades of Dark Spring Green #087F3C
Tints of Dark Spring Green #087F3C
RGB
CMYK
RGB Variations
Color information
#087F3C (or 0x087F3C) is known color: Dark Spring Green. HEX triplet: 08, 7F and 3C. RGB value is (8,127,60). Sum of RGB (Red+Green+Blue) = 8+127+60=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #087F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087F3C is #F780C3. Grayscale: #535353. Windows color (decimal): -16220356 or 3964680. OLE color: 3964680.
HSL color Cylindrical-coordinate representation of color #087F3C: hue angle of 146.22º 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 #087F3C is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 60 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.50 |
| HSL | 146.22º | 0.88% | 0.26% | - |
| HSV(B) | 146.22º | 0.94% | 0.5% | - |
| XYZ | 8.51 | 15.56 | 6.83 | - |
| YUV | 83.78 | 114.58 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 60 | 0.94 | 0 | 0.53 | 0.50 | 146.22 | 0.88 | 0.26 |
| Hex | 8 | 7F | 3C | 5E | 0 | 35 | 32 | 92 | 58 | 1A |
| Octal | 10 | 177 | 74 | 136 | 0 | 65 | 62 | 222 | 130 | 32 |
| Binary | 1000 | 1111111 | 111100 | 1011110 | 0 | 110101 | 110010 | 10010010 | 1011000 | 11010 |
Color Harmonies of #087F3C
Complementary color
Monochromatic Colors of #087F3C
Black with #087F3C
Text Example
Text Example
White with #087F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F3C; }
p { color: rgb(8,127,60); }
H1.HeaderClassName
{
color: #087F3C;
}
.AnyTagClassName
{
color: #087F3C;
}
</style>
background-color css
<style>
a { background-color: #087F3C; }
a { background-color: rgb(8,127,60); }
div.DivClassName
{
background-color: #087F3C;
}
.BgClassName
{
background-color: #087F3C;
}
</style>
border-color css
<style>
span { border-color: #087F3C; }
span { border-color: rgb(8,127,60); }
td.TdClassName
{
border-color: #087F3C;
}
.TagClassName
{
border-color: #087F3C;
}
</style>