Shades of Dark Spring Green #087B31
Tints of Dark Spring Green #087B31
RGB
CMYK
RGB Variations
Color information
#087B31 (or 0x087B31) is known color: Dark Spring Green. HEX triplet: 08, 7B and 31. RGB value is (8,123,49). Sum of RGB (Red+Green+Blue) = 8+123+49=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 123 (48.44% from 255 or 68.33% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 123 - color contains mainly: green. Hex color #087B31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087B31 is #F784CE. Grayscale: #505050. Windows color (decimal): -16221391 or 3242760. OLE color: 3242760.
HSL color Cylindrical-coordinate representation of color #087B31: hue angle of 141.39º 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 #087B31 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 123 | 49 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.52 |
| HSL | 141.39º | 0.88% | 0.26% | - |
| HSV(B) | 141.39º | 0.93% | 0.48% | - |
| XYZ | 7.74 | 14.44 | 5.28 | - |
| YUV | 80.18 | 110.4 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 49 | 0.93 | 0 | 0.60 | 0.52 | 141.39 | 0.88 | 0.26 |
| Hex | 8 | 7B | 31 | 5D | 0 | 3C | 34 | 8D | 58 | 1A |
| Octal | 10 | 173 | 61 | 135 | 0 | 74 | 64 | 215 | 130 | 32 |
| Binary | 1000 | 1111011 | 110001 | 1011101 | 0 | 111100 | 110100 | 10001101 | 1011000 | 11010 |
Color Harmonies of #087B31
Complementary color
Monochromatic Colors of #087B31
Black with #087B31
Text Example
Text Example
White with #087B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B31; }
p { color: rgb(8,123,49); }
H1.HeaderClassName
{
color: #087B31;
}
.AnyTagClassName
{
color: #087B31;
}
</style>
background-color css
<style>
a { background-color: #087B31; }
a { background-color: rgb(8,123,49); }
div.DivClassName
{
background-color: #087B31;
}
.BgClassName
{
background-color: #087B31;
}
</style>
border-color css
<style>
span { border-color: #087B31; }
span { border-color: rgb(8,123,49); }
td.TdClassName
{
border-color: #087B31;
}
.TagClassName
{
border-color: #087B31;
}
</style>