Shades of Dark Spring Green #078832
Tints of Dark Spring Green #078832
RGB
CMYK
RGB Variations
Color information
#078832 (or 0x078832) is known color: Dark Spring Green. HEX triplet: 07, 88 and 32. RGB value is (7,136,50). Sum of RGB (Red+Green+Blue) = 7+136+50=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 136 (53.52% from 255 or 70.47% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 136 - color contains mainly: green. Hex color #078832 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078832 is #F877CD. Grayscale: #575757. Windows color (decimal): -16283598 or 3311623. OLE color: 3311623.
HSL color Cylindrical-coordinate representation of color #078832: hue angle of 140º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078832 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 50 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.47 |
| HSL | 140º | 0.9% | 0.28% | - |
| HSV(B) | 140º | 0.95% | 0.53% | - |
| XYZ | 9.47 | 17.88 | 5.97 | - |
| YUV | 87.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 50 | 0.95 | 0 | 0.63 | 0.47 | 140 | 0.9 | 0.28 |
| Hex | 7 | 88 | 32 | 5F | 0 | 3F | 2F | 8C | 5A | 1C |
| Octal | 7 | 210 | 62 | 137 | 0 | 77 | 57 | 214 | 132 | 34 |
| Binary | 111 | 10001000 | 110010 | 1011111 | 0 | 111111 | 101111 | 10001100 | 1011010 | 11100 |
Color Harmonies of #078832
Complementary color
Monochromatic Colors of #078832
Black with #078832
Text Example
Text Example
White with #078832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078832; }
p { color: rgb(7,136,50); }
H1.HeaderClassName
{
color: #078832;
}
.AnyTagClassName
{
color: #078832;
}
</style>
background-color css
<style>
a { background-color: #078832; }
a { background-color: rgb(7,136,50); }
div.DivClassName
{
background-color: #078832;
}
.BgClassName
{
background-color: #078832;
}
</style>
border-color css
<style>
span { border-color: #078832; }
span { border-color: rgb(7,136,50); }
td.TdClassName
{
border-color: #078832;
}
.TagClassName
{
border-color: #078832;
}
</style>