Shades of Dark Spring Green #087E3C
Tints of Dark Spring Green #087E3C
RGB
CMYK
RGB Variations
Color information
#087E3C (or 0x087E3C) is known color: Dark Spring Green. HEX triplet: 08, 7E and 3C. RGB value is (8,126,60). Sum of RGB (Red+Green+Blue) = 8+126+60=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 126 (49.61% from 255 or 64.95% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 126 - color contains mainly: green. Hex color #087E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087E3C is #F781C3. Grayscale: #535353. Windows color (decimal): -16220612 or 3964424. OLE color: 3964424.
HSL color Cylindrical-coordinate representation of color #087E3C: hue angle of 146.44º 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 #087E3C is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 126 | 60 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.51 |
| HSL | 146.44º | 0.88% | 0.26% | - |
| HSV(B) | 146.44º | 0.94% | 0.49% | - |
| XYZ | 8.38 | 15.3 | 6.79 | - |
| YUV | 83.19 | 114.91 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 60 | 0.94 | 0 | 0.52 | 0.51 | 146.44 | 0.88 | 0.26 |
| Hex | 8 | 7E | 3C | 5E | 0 | 34 | 33 | 92 | 58 | 1A |
| Octal | 10 | 176 | 74 | 136 | 0 | 64 | 63 | 222 | 130 | 32 |
| Binary | 1000 | 1111110 | 111100 | 1011110 | 0 | 110100 | 110011 | 10010010 | 1011000 | 11010 |
Color Harmonies of #087E3C
Complementary color
Monochromatic Colors of #087E3C
Black with #087E3C
Text Example
Text Example
White with #087E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087E3C; }
p { color: rgb(8,126,60); }
H1.HeaderClassName
{
color: #087E3C;
}
.AnyTagClassName
{
color: #087E3C;
}
</style>
background-color css
<style>
a { background-color: #087E3C; }
a { background-color: rgb(8,126,60); }
div.DivClassName
{
background-color: #087E3C;
}
.BgClassName
{
background-color: #087E3C;
}
</style>
border-color css
<style>
span { border-color: #087E3C; }
span { border-color: rgb(8,126,60); }
td.TdClassName
{
border-color: #087E3C;
}
.TagClassName
{
border-color: #087E3C;
}
</style>