Shades of Dark Spring Green #078434
Tints of Dark Spring Green #078434
RGB
CMYK
RGB Variations
Color information
#078434 (or 0x078434) is known color: Dark Spring Green. HEX triplet: 07, 84 and 34. RGB value is (7,132,52). Sum of RGB (Red+Green+Blue) = 7+132+52=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 132 (51.95% from 255 or 69.11% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 132 - color contains mainly: green. Hex color #078434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078434 is #F87BCB. Grayscale: #555555. Windows color (decimal): -16284620 or 3441671. OLE color: 3441671.
HSL color Cylindrical-coordinate representation of color #078434: hue angle of 141.6º 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 #078434 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 132 | 52 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.48 |
| HSL | 141.6º | 0.9% | 0.27% | - |
| HSV(B) | 141.6º | 0.95% | 0.52% | - |
| XYZ | 8.96 | 16.8 | 6.02 | - |
| YUV | 85.51 | 109.09 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 52 | 0.95 | 0 | 0.61 | 0.48 | 141.6 | 0.9 | 0.27 |
| Hex | 7 | 84 | 34 | 5F | 0 | 3D | 30 | 8E | 5A | 1B |
| Octal | 7 | 204 | 64 | 137 | 0 | 75 | 60 | 216 | 132 | 33 |
| Binary | 111 | 10000100 | 110100 | 1011111 | 0 | 111101 | 110000 | 10001110 | 1011010 | 11011 |
Color Harmonies of #078434
Complementary color
Monochromatic Colors of #078434
Black with #078434
Text Example
Text Example
White with #078434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078434; }
p { color: rgb(7,132,52); }
H1.HeaderClassName
{
color: #078434;
}
.AnyTagClassName
{
color: #078434;
}
</style>
background-color css
<style>
a { background-color: #078434; }
a { background-color: rgb(7,132,52); }
div.DivClassName
{
background-color: #078434;
}
.BgClassName
{
background-color: #078434;
}
</style>
border-color css
<style>
span { border-color: #078434; }
span { border-color: rgb(7,132,52); }
td.TdClassName
{
border-color: #078434;
}
.TagClassName
{
border-color: #078434;
}
</style>