Shades of Dark Spring Green #087334
Tints of Dark Spring Green #087334
RGB
CMYK
RGB Variations
Color information
#087334 (or 0x087334) is known color: Dark Spring Green. HEX triplet: 08, 73 and 34. RGB value is (8,115,52). Sum of RGB (Red+Green+Blue) = 8+115+52=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 115 (45.31% from 255 or 65.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 115 - color contains mainly: green. Hex color #087334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087334 is #F78CCB. Grayscale: #4B4B4B. Windows color (decimal): -16223436 or 3437320. OLE color: 3437320.
HSL color Cylindrical-coordinate representation of color #087334: hue angle of 144.67º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087334 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 115 | 52 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.55 |
| HSL | 144.67º | 0.87% | 0.24% | - |
| HSV(B) | 144.67º | 0.93% | 0.45% | - |
| XYZ | 6.85 | 12.56 | 5.31 | - |
| YUV | 75.83 | 114.55 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 52 | 0.93 | 0 | 0.55 | 0.55 | 144.67 | 0.87 | 0.24 |
| Hex | 8 | 73 | 34 | 5D | 0 | 37 | 37 | 91 | 57 | 18 |
| Octal | 10 | 163 | 64 | 135 | 0 | 67 | 67 | 221 | 127 | 30 |
| Binary | 1000 | 1110011 | 110100 | 1011101 | 0 | 110111 | 110111 | 10010001 | 1010111 | 11000 |
Color Harmonies of #087334
Complementary color
Monochromatic Colors of #087334
Black with #087334
Text Example
Text Example
White with #087334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087334; }
p { color: rgb(8,115,52); }
H1.HeaderClassName
{
color: #087334;
}
.AnyTagClassName
{
color: #087334;
}
</style>
background-color css
<style>
a { background-color: #087334; }
a { background-color: rgb(8,115,52); }
div.DivClassName
{
background-color: #087334;
}
.BgClassName
{
background-color: #087334;
}
</style>
border-color css
<style>
span { border-color: #087334; }
span { border-color: rgb(8,115,52); }
td.TdClassName
{
border-color: #087334;
}
.TagClassName
{
border-color: #087334;
}
</style>