Shades of Dark Spring Green #087544
Tints of Dark Spring Green #087544
RGB
CMYK
RGB Variations
Color information
#087544 (or 0x087544) is known color: Dark Spring Green. HEX triplet: 08, 75 and 44. RGB value is (8,117,68). Sum of RGB (Red+Green+Blue) = 8+117+68=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #087544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087544 is #F78ABB. Grayscale: #4E4E4E. Windows color (decimal): -16222908 or 4486408. OLE color: 4486408.
HSL color Cylindrical-coordinate representation of color #087544: hue angle of 153.03º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087544 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 68 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.54 |
| HSL | 153.03º | 0.87% | 0.25% | - |
| HSV(B) | 153.03º | 0.93% | 0.46% | - |
| XYZ | 7.5 | 13.19 | 7.62 | - |
| YUV | 78.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 68 | 0.93 | 0 | 0.42 | 0.54 | 153.03 | 0.87 | 0.25 |
| Hex | 8 | 75 | 44 | 5D | 0 | 2A | 36 | 99 | 57 | 19 |
| Octal | 10 | 165 | 104 | 135 | 0 | 52 | 66 | 231 | 127 | 31 |
| Binary | 1000 | 1110101 | 1000100 | 1011101 | 0 | 101010 | 110110 | 10011001 | 1010111 | 11001 |
Color Harmonies of #087544
Complementary color
Monochromatic Colors of #087544
Black with #087544
Text Example
Text Example
White with #087544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087544; }
p { color: rgb(8,117,68); }
H1.HeaderClassName
{
color: #087544;
}
.AnyTagClassName
{
color: #087544;
}
</style>
background-color css
<style>
a { background-color: #087544; }
a { background-color: rgb(8,117,68); }
div.DivClassName
{
background-color: #087544;
}
.BgClassName
{
background-color: #087544;
}
</style>
border-color css
<style>
span { border-color: #087544; }
span { border-color: rgb(8,117,68); }
td.TdClassName
{
border-color: #087544;
}
.TagClassName
{
border-color: #087544;
}
</style>