Shades of Dark Spring Green #078432
Tints of Dark Spring Green #078432
RGB
CMYK
RGB Variations
Color information
#078432 (or 0x078432) is known color: Dark Spring Green. HEX triplet: 07, 84 and 32. RGB value is (7,132,50). Sum of RGB (Red+Green+Blue) = 7+132+50=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #078432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078432 is #F87BCD. Grayscale: #555555. Windows color (decimal): -16284622 or 3310599. OLE color: 3310599.
HSL color Cylindrical-coordinate representation of color #078432: hue angle of 140.64º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078432 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 132 | 50 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.48 |
| HSL | 140.64º | 0.9% | 0.27% | - |
| HSV(B) | 140.64º | 0.95% | 0.52% | - |
| XYZ | 8.91 | 16.78 | 5.79 | - |
| YUV | 85.28 | 108.09 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 50 | 0.95 | 0 | 0.62 | 0.48 | 140.64 | 0.9 | 0.27 |
| Hex | 7 | 84 | 32 | 5F | 0 | 3E | 30 | 8D | 5A | 1B |
| Octal | 7 | 204 | 62 | 137 | 0 | 76 | 60 | 215 | 132 | 33 |
| Binary | 111 | 10000100 | 110010 | 1011111 | 0 | 111110 | 110000 | 10001101 | 1011010 | 11011 |
Color Harmonies of #078432
Complementary color
Monochromatic Colors of #078432
Black with #078432
Text Example
Text Example
White with #078432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078432; }
p { color: rgb(7,132,50); }
H1.HeaderClassName
{
color: #078432;
}
.AnyTagClassName
{
color: #078432;
}
</style>
background-color css
<style>
a { background-color: #078432; }
a { background-color: rgb(7,132,50); }
div.DivClassName
{
background-color: #078432;
}
.BgClassName
{
background-color: #078432;
}
</style>
border-color css
<style>
span { border-color: #078432; }
span { border-color: rgb(7,132,50); }
td.TdClassName
{
border-color: #078432;
}
.TagClassName
{
border-color: #078432;
}
</style>