Shades of Dark Spring Green #087B41
Tints of Dark Spring Green #087B41
RGB
CMYK
RGB Variations
Color information
#087B41 (or 0x087B41) is known color: Dark Spring Green. HEX triplet: 08, 7B and 41. RGB value is (8,123,65). Sum of RGB (Red+Green+Blue) = 8+123+65=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 123 (48.44% from 255 or 62.76% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 123 - color contains mainly: green. Hex color #087B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087B41 is #F784BE. Grayscale: #525252. Windows color (decimal): -16221375 or 4291336. OLE color: 4291336.
HSL color Cylindrical-coordinate representation of color #087B41: hue angle of 149.74º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087B41 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 123 | 65 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.52 |
| HSL | 149.74º | 0.88% | 0.26% | - |
| HSV(B) | 149.74º | 0.93% | 0.48% | - |
| XYZ | 8.14 | 14.6 | 7.39 | - |
| YUV | 82 | 118.4 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 65 | 0.93 | 0 | 0.47 | 0.52 | 149.74 | 0.88 | 0.26 |
| Hex | 8 | 7B | 41 | 5D | 0 | 2F | 34 | 96 | 58 | 1A |
| Octal | 10 | 173 | 101 | 135 | 0 | 57 | 64 | 226 | 130 | 32 |
| Binary | 1000 | 1111011 | 1000001 | 1011101 | 0 | 101111 | 110100 | 10010110 | 1011000 | 11010 |
Color Harmonies of #087B41
Complementary color
Monochromatic Colors of #087B41
Black with #087B41
Text Example
Text Example
White with #087B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B41; }
p { color: rgb(8,123,65); }
H1.HeaderClassName
{
color: #087B41;
}
.AnyTagClassName
{
color: #087B41;
}
</style>
background-color css
<style>
a { background-color: #087B41; }
a { background-color: rgb(8,123,65); }
div.DivClassName
{
background-color: #087B41;
}
.BgClassName
{
background-color: #087B41;
}
</style>
border-color css
<style>
span { border-color: #087B41; }
span { border-color: rgb(8,123,65); }
td.TdClassName
{
border-color: #087B41;
}
.TagClassName
{
border-color: #087B41;
}
</style>