Shades of Dark Spring Green #078535
Tints of Dark Spring Green #078535
RGB
CMYK
RGB Variations
Color information
#078535 (or 0x078535) is known color: Dark Spring Green. HEX triplet: 07, 85 and 35. RGB value is (7,133,53). Sum of RGB (Red+Green+Blue) = 7+133+53=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #078535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078535 is #F87ACA. Grayscale: #565656. Windows color (decimal): -16284363 or 3507463. OLE color: 3507463.
HSL color Cylindrical-coordinate representation of color #078535: hue angle of 141.9º 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 #078535 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 53 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.48 |
| HSL | 141.9º | 0.9% | 0.27% | - |
| HSV(B) | 141.9º | 0.95% | 0.52% | - |
| XYZ | 9.12 | 17.08 | 6.18 | - |
| YUV | 86.21 | 109.26 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 53 | 0.95 | 0 | 0.60 | 0.48 | 141.9 | 0.9 | 0.27 |
| Hex | 7 | 85 | 35 | 5F | 0 | 3C | 30 | 8E | 5A | 1B |
| Octal | 7 | 205 | 65 | 137 | 0 | 74 | 60 | 216 | 132 | 33 |
| Binary | 111 | 10000101 | 110101 | 1011111 | 0 | 111100 | 110000 | 10001110 | 1011010 | 11011 |
Color Harmonies of #078535
Complementary color
Monochromatic Colors of #078535
Black with #078535
Text Example
Text Example
White with #078535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078535; }
p { color: rgb(7,133,53); }
H1.HeaderClassName
{
color: #078535;
}
.AnyTagClassName
{
color: #078535;
}
</style>
background-color css
<style>
a { background-color: #078535; }
a { background-color: rgb(7,133,53); }
div.DivClassName
{
background-color: #078535;
}
.BgClassName
{
background-color: #078535;
}
</style>
border-color css
<style>
span { border-color: #078535; }
span { border-color: rgb(7,133,53); }
td.TdClassName
{
border-color: #078535;
}
.TagClassName
{
border-color: #078535;
}
</style>