Shades of Dark Spring Green #087845
Tints of Dark Spring Green #087845
RGB
CMYK
RGB Variations
Color information
#087845 (or 0x087845) is known color: Dark Spring Green. HEX triplet: 08, 78 and 45. RGB value is (8,120,69). Sum of RGB (Red+Green+Blue) = 8+120+69=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #087845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087845 is #F787BA. Grayscale: #505050. Windows color (decimal): -16222139 or 4552712. OLE color: 4552712.
HSL color Cylindrical-coordinate representation of color #087845: hue angle of 152.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087845 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 120 | 69 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.53 |
| HSL | 152.68º | 0.88% | 0.25% | - |
| HSV(B) | 152.68º | 0.93% | 0.47% | - |
| XYZ | 7.89 | 13.91 | 7.9 | - |
| YUV | 80.7 | 121.39 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 69 | 0.93 | 0 | 0.42 | 0.53 | 152.68 | 0.88 | 0.25 |
| Hex | 8 | 78 | 45 | 5D | 0 | 2A | 35 | 99 | 58 | 19 |
| Octal | 10 | 170 | 105 | 135 | 0 | 52 | 65 | 231 | 130 | 31 |
| Binary | 1000 | 1111000 | 1000101 | 1011101 | 0 | 101010 | 110101 | 10011001 | 1011000 | 11001 |
Color Harmonies of #087845
Complementary color
Monochromatic Colors of #087845
Black with #087845
Text Example
Text Example
White with #087845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087845; }
p { color: rgb(8,120,69); }
H1.HeaderClassName
{
color: #087845;
}
.AnyTagClassName
{
color: #087845;
}
</style>
background-color css
<style>
a { background-color: #087845; }
a { background-color: rgb(8,120,69); }
div.DivClassName
{
background-color: #087845;
}
.BgClassName
{
background-color: #087845;
}
</style>
border-color css
<style>
span { border-color: #087845; }
span { border-color: rgb(8,120,69); }
td.TdClassName
{
border-color: #087845;
}
.TagClassName
{
border-color: #087845;
}
</style>