Shades of Dark Spring Green #087E38
Tints of Dark Spring Green #087E38
RGB
CMYK
RGB Variations
Color information
#087E38 (or 0x087E38) is known color: Dark Spring Green. HEX triplet: 08, 7E and 38. RGB value is (8,126,56). Sum of RGB (Red+Green+Blue) = 8+126+56=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 126 (49.61% from 255 or 66.32% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 126 - color contains mainly: green. Hex color #087E38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087E38 is #F781C7. Grayscale: #525252. Windows color (decimal): -16220616 or 3702280. OLE color: 3702280.
HSL color Cylindrical-coordinate representation of color #087E38: hue angle of 144.41º 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 #087E38 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 126 | 56 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.51 |
| HSL | 144.41º | 0.88% | 0.26% | - |
| HSV(B) | 144.41º | 0.94% | 0.49% | - |
| XYZ | 8.27 | 15.26 | 6.25 | - |
| YUV | 82.74 | 112.91 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 56 | 0.94 | 0 | 0.56 | 0.51 | 144.41 | 0.88 | 0.26 |
| Hex | 8 | 7E | 38 | 5E | 0 | 38 | 33 | 90 | 58 | 1A |
| Octal | 10 | 176 | 70 | 136 | 0 | 70 | 63 | 220 | 130 | 32 |
| Binary | 1000 | 1111110 | 111000 | 1011110 | 0 | 111000 | 110011 | 10010000 | 1011000 | 11010 |
Color Harmonies of #087E38
Complementary color
Monochromatic Colors of #087E38
Black with #087E38
Text Example
Text Example
White with #087E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087E38; }
p { color: rgb(8,126,56); }
H1.HeaderClassName
{
color: #087E38;
}
.AnyTagClassName
{
color: #087E38;
}
</style>
background-color css
<style>
a { background-color: #087E38; }
a { background-color: rgb(8,126,56); }
div.DivClassName
{
background-color: #087E38;
}
.BgClassName
{
background-color: #087E38;
}
</style>
border-color css
<style>
span { border-color: #087E38; }
span { border-color: rgb(8,126,56); }
td.TdClassName
{
border-color: #087E38;
}
.TagClassName
{
border-color: #087E38;
}
</style>