Shades of Dark Spring Green #087E3D
Tints of Dark Spring Green #087E3D
RGB
CMYK
RGB Variations
Color information
#087E3D (or 0x087E3D) is known color: Dark Spring Green. HEX triplet: 08, 7E and 3D. RGB value is (8,126,61). Sum of RGB (Red+Green+Blue) = 8+126+61=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 126 (49.61% from 255 or 64.62% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 126 - color contains mainly: green. Hex color #087E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087E3D is #F781C2. Grayscale: #535353. Windows color (decimal): -16220611 or 4029960. OLE color: 4029960.
HSL color Cylindrical-coordinate representation of color #087E3D: hue angle of 146.95º 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 #087E3D is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 126 | 61 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.51 |
| HSL | 146.95º | 0.88% | 0.26% | - |
| HSV(B) | 146.95º | 0.94% | 0.49% | - |
| XYZ | 8.4 | 15.31 | 6.93 | - |
| YUV | 83.31 | 115.41 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 61 | 0.94 | 0 | 0.52 | 0.51 | 146.95 | 0.88 | 0.26 |
| Hex | 8 | 7E | 3D | 5E | 0 | 34 | 33 | 93 | 58 | 1A |
| Octal | 10 | 176 | 75 | 136 | 0 | 64 | 63 | 223 | 130 | 32 |
| Binary | 1000 | 1111110 | 111101 | 1011110 | 0 | 110100 | 110011 | 10010011 | 1011000 | 11010 |
Color Harmonies of #087E3D
Complementary color
Monochromatic Colors of #087E3D
Black with #087E3D
Text Example
Text Example
White with #087E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087E3D; }
p { color: rgb(8,126,61); }
H1.HeaderClassName
{
color: #087E3D;
}
.AnyTagClassName
{
color: #087E3D;
}
</style>
background-color css
<style>
a { background-color: #087E3D; }
a { background-color: rgb(8,126,61); }
div.DivClassName
{
background-color: #087E3D;
}
.BgClassName
{
background-color: #087E3D;
}
</style>
border-color css
<style>
span { border-color: #087E3D; }
span { border-color: rgb(8,126,61); }
td.TdClassName
{
border-color: #087E3D;
}
.TagClassName
{
border-color: #087E3D;
}
</style>