Shades of Dark Spring Green #087535
Tints of Dark Spring Green #087535
RGB
CMYK
RGB Variations
Color information
#087535 (or 0x087535) is known color: Dark Spring Green. HEX triplet: 08, 75 and 35. RGB value is (8,117,53). Sum of RGB (Red+Green+Blue) = 8+117+53=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 117 (46.09% from 255 or 65.73% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 117 - color contains mainly: green. Hex color #087535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087535 is #F78ACA. Grayscale: #4D4D4D. Windows color (decimal): -16222923 or 3503368. OLE color: 3503368.
HSL color Cylindrical-coordinate representation of color #087535: hue angle of 144.77º 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 #087535 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 53 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.54 |
| HSL | 144.77º | 0.87% | 0.25% | - |
| HSV(B) | 144.77º | 0.93% | 0.46% | - |
| XYZ | 7.1 | 13.03 | 5.51 | - |
| YUV | 77.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 53 | 0.93 | 0 | 0.55 | 0.54 | 144.77 | 0.87 | 0.25 |
| Hex | 8 | 75 | 35 | 5D | 0 | 37 | 36 | 91 | 57 | 19 |
| Octal | 10 | 165 | 65 | 135 | 0 | 67 | 66 | 221 | 127 | 31 |
| Binary | 1000 | 1110101 | 110101 | 1011101 | 0 | 110111 | 110110 | 10010001 | 1010111 | 11001 |
Color Harmonies of #087535
Complementary color
Monochromatic Colors of #087535
Black with #087535
Text Example
Text Example
White with #087535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087535; }
p { color: rgb(8,117,53); }
H1.HeaderClassName
{
color: #087535;
}
.AnyTagClassName
{
color: #087535;
}
</style>
background-color css
<style>
a { background-color: #087535; }
a { background-color: rgb(8,117,53); }
div.DivClassName
{
background-color: #087535;
}
.BgClassName
{
background-color: #087535;
}
</style>
border-color css
<style>
span { border-color: #087535; }
span { border-color: rgb(8,117,53); }
td.TdClassName
{
border-color: #087535;
}
.TagClassName
{
border-color: #087535;
}
</style>