Shades of Dark Spring Green #087741
Tints of Dark Spring Green #087741
RGB
CMYK
RGB Variations
Color information
#087741 (or 0x087741) is known color: Dark Spring Green. HEX triplet: 08, 77 and 41. RGB value is (8,119,65). Sum of RGB (Red+Green+Blue) = 8+119+65=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #087741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087741 is #F788BE. Grayscale: #4F4F4F. Windows color (decimal): -16222399 or 4290312. OLE color: 4290312.
HSL color Cylindrical-coordinate representation of color #087741: hue angle of 150.81º degrees, saturation: 0.87, 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 #087741 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 119 | 65 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.53 |
| HSL | 150.81º | 0.87% | 0.25% | - |
| HSV(B) | 150.81º | 0.93% | 0.47% | - |
| XYZ | 7.65 | 13.63 | 7.23 | - |
| YUV | 79.66 | 119.73 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 65 | 0.93 | 0 | 0.45 | 0.53 | 150.81 | 0.87 | 0.25 |
| Hex | 8 | 77 | 41 | 5D | 0 | 2D | 35 | 97 | 57 | 19 |
| Octal | 10 | 167 | 101 | 135 | 0 | 55 | 65 | 227 | 127 | 31 |
| Binary | 1000 | 1110111 | 1000001 | 1011101 | 0 | 101101 | 110101 | 10010111 | 1010111 | 11001 |
Color Harmonies of #087741
Complementary color
Monochromatic Colors of #087741
Black with #087741
Text Example
Text Example
White with #087741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087741; }
p { color: rgb(8,119,65); }
H1.HeaderClassName
{
color: #087741;
}
.AnyTagClassName
{
color: #087741;
}
</style>
background-color css
<style>
a { background-color: #087741; }
a { background-color: rgb(8,119,65); }
div.DivClassName
{
background-color: #087741;
}
.BgClassName
{
background-color: #087741;
}
</style>
border-color css
<style>
span { border-color: #087741; }
span { border-color: rgb(8,119,65); }
td.TdClassName
{
border-color: #087741;
}
.TagClassName
{
border-color: #087741;
}
</style>