Shades of Dark Spring Green #078932
Tints of Dark Spring Green #078932
RGB
CMYK
RGB Variations
Color information
#078932 (or 0x078932) is known color: Dark Spring Green. HEX triplet: 07, 89 and 32. RGB value is (7,137,50). Sum of RGB (Red+Green+Blue) = 7+137+50=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #078932 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078932 is #F876CD. Grayscale: #585858. Windows color (decimal): -16283342 or 3311879. OLE color: 3311879.
HSL color Cylindrical-coordinate representation of color #078932: hue angle of 139.85º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078932 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 50 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.46 |
| HSL | 139.85º | 0.9% | 0.28% | - |
| HSV(B) | 139.85º | 0.95% | 0.54% | - |
| XYZ | 9.61 | 18.17 | 6.02 | - |
| YUV | 88.21 | 106.43 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 50 | 0.95 | 0 | 0.64 | 0.46 | 139.85 | 0.9 | 0.28 |
| Hex | 7 | 89 | 32 | 5F | 0 | 40 | 2E | 8C | 5A | 1C |
| Octal | 7 | 211 | 62 | 137 | 0 | 100 | 56 | 214 | 132 | 34 |
| Binary | 111 | 10001001 | 110010 | 1011111 | 0 | 1000000 | 101110 | 10001100 | 1011010 | 11100 |
Color Harmonies of #078932
Complementary color
Monochromatic Colors of #078932
Black with #078932
Text Example
Text Example
White with #078932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078932; }
p { color: rgb(7,137,50); }
H1.HeaderClassName
{
color: #078932;
}
.AnyTagClassName
{
color: #078932;
}
</style>
background-color css
<style>
a { background-color: #078932; }
a { background-color: rgb(7,137,50); }
div.DivClassName
{
background-color: #078932;
}
.BgClassName
{
background-color: #078932;
}
</style>
border-color css
<style>
span { border-color: #078932; }
span { border-color: rgb(7,137,50); }
td.TdClassName
{
border-color: #078932;
}
.TagClassName
{
border-color: #078932;
}
</style>