Shades of Dark Spring Green #087C43
Tints of Dark Spring Green #087C43
RGB
CMYK
RGB Variations
Color information
#087C43 (or 0x087C43) is known color: Dark Spring Green. HEX triplet: 08, 7C and 43. RGB value is (8,124,67). Sum of RGB (Red+Green+Blue) = 8+124+67=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 124 (48.83% from 255 or 62.31% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 124 - color contains mainly: green. Hex color #087C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087C43 is #F783BC. Grayscale: #525252. Windows color (decimal): -16221117 or 4422664. OLE color: 4422664.
HSL color Cylindrical-coordinate representation of color #087C43: hue angle of 150.52º 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 #087C43 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 67 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.51 |
| HSL | 150.52º | 0.88% | 0.26% | - |
| HSV(B) | 150.52º | 0.94% | 0.49% | - |
| XYZ | 8.32 | 14.87 | 7.74 | - |
| YUV | 82.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 67 | 0.94 | 0 | 0.46 | 0.51 | 150.52 | 0.88 | 0.26 |
| Hex | 8 | 7C | 43 | 5E | 0 | 2E | 33 | 97 | 58 | 1A |
| Octal | 10 | 174 | 103 | 136 | 0 | 56 | 63 | 227 | 130 | 32 |
| Binary | 1000 | 1111100 | 1000011 | 1011110 | 0 | 101110 | 110011 | 10010111 | 1011000 | 11010 |
Color Harmonies of #087C43
Complementary color
Monochromatic Colors of #087C43
Black with #087C43
Text Example
Text Example
White with #087C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C43; }
p { color: rgb(8,124,67); }
H1.HeaderClassName
{
color: #087C43;
}
.AnyTagClassName
{
color: #087C43;
}
</style>
background-color css
<style>
a { background-color: #087C43; }
a { background-color: rgb(8,124,67); }
div.DivClassName
{
background-color: #087C43;
}
.BgClassName
{
background-color: #087C43;
}
</style>
border-color css
<style>
span { border-color: #087C43; }
span { border-color: rgb(8,124,67); }
td.TdClassName
{
border-color: #087C43;
}
.TagClassName
{
border-color: #087C43;
}
</style>