Shades of Dark Spring Green #087C34
Tints of Dark Spring Green #087C34
RGB
CMYK
RGB Variations
Color information
#087C34 (or 0x087C34) is known color: Dark Spring Green. HEX triplet: 08, 7C and 34. RGB value is (8,124,52). Sum of RGB (Red+Green+Blue) = 8+124+52=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 124 (48.83% from 255 or 67.39% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 124 - color contains mainly: green. Hex color #087C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087C34 is #F783CB. Grayscale: #515151. Windows color (decimal): -16221132 or 3439624. OLE color: 3439624.
HSL color Cylindrical-coordinate representation of color #087C34: hue angle of 142.76º 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 #087C34 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 52 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.51 |
| HSL | 142.76º | 0.88% | 0.26% | - |
| HSV(B) | 142.76º | 0.94% | 0.49% | - |
| XYZ | 7.93 | 14.71 | 5.67 | - |
| YUV | 81.11 | 111.57 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 52 | 0.94 | 0 | 0.58 | 0.51 | 142.76 | 0.88 | 0.26 |
| Hex | 8 | 7C | 34 | 5E | 0 | 3A | 33 | 8F | 58 | 1A |
| Octal | 10 | 174 | 64 | 136 | 0 | 72 | 63 | 217 | 130 | 32 |
| Binary | 1000 | 1111100 | 110100 | 1011110 | 0 | 111010 | 110011 | 10001111 | 1011000 | 11010 |
Color Harmonies of #087C34
Complementary color
Monochromatic Colors of #087C34
Black with #087C34
Text Example
Text Example
White with #087C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C34; }
p { color: rgb(8,124,52); }
H1.HeaderClassName
{
color: #087C34;
}
.AnyTagClassName
{
color: #087C34;
}
</style>
background-color css
<style>
a { background-color: #087C34; }
a { background-color: rgb(8,124,52); }
div.DivClassName
{
background-color: #087C34;
}
.BgClassName
{
background-color: #087C34;
}
</style>
border-color css
<style>
span { border-color: #087C34; }
span { border-color: rgb(8,124,52); }
td.TdClassName
{
border-color: #087C34;
}
.TagClassName
{
border-color: #087C34;
}
</style>