Shades of Dark Spring Green #087432
Tints of Dark Spring Green #087432
RGB
CMYK
RGB Variations
Color information
#087432 (or 0x087432) is known color: Dark Spring Green. HEX triplet: 08, 74 and 32. RGB value is (8,116,50). Sum of RGB (Red+Green+Blue) = 8+116+50=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #087432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087432 is #F78BCD. Grayscale: #4C4C4C. Windows color (decimal): -16223182 or 3306504. OLE color: 3306504.
HSL color Cylindrical-coordinate representation of color #087432: hue angle of 143.33º 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 #087432 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 116 | 50 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.55 |
| HSL | 143.33º | 0.87% | 0.24% | - |
| HSV(B) | 143.33º | 0.93% | 0.45% | - |
| XYZ | 6.92 | 12.77 | 5.12 | - |
| YUV | 76.18 | 113.22 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 50 | 0.93 | 0 | 0.57 | 0.55 | 143.33 | 0.87 | 0.24 |
| Hex | 8 | 74 | 32 | 5D | 0 | 39 | 37 | 8F | 57 | 18 |
| Octal | 10 | 164 | 62 | 135 | 0 | 71 | 67 | 217 | 127 | 30 |
| Binary | 1000 | 1110100 | 110010 | 1011101 | 0 | 111001 | 110111 | 10001111 | 1010111 | 11000 |
Color Harmonies of #087432
Complementary color
Monochromatic Colors of #087432
Black with #087432
Text Example
Text Example
White with #087432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087432; }
p { color: rgb(8,116,50); }
H1.HeaderClassName
{
color: #087432;
}
.AnyTagClassName
{
color: #087432;
}
</style>
background-color css
<style>
a { background-color: #087432; }
a { background-color: rgb(8,116,50); }
div.DivClassName
{
background-color: #087432;
}
.BgClassName
{
background-color: #087432;
}
</style>
border-color css
<style>
span { border-color: #087432; }
span { border-color: rgb(8,116,50); }
td.TdClassName
{
border-color: #087432;
}
.TagClassName
{
border-color: #087432;
}
</style>