Shades of Dark Spring Green #078538
Tints of Dark Spring Green #078538
RGB
CMYK
RGB Variations
Color information
#078538 (or 0x078538) is known color: Dark Spring Green. HEX triplet: 07, 85 and 38. RGB value is (7,133,56). Sum of RGB (Red+Green+Blue) = 7+133+56=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 133 (52.34% from 255 or 67.86% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 133 - color contains mainly: green. Hex color #078538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078538 is #F87AC7. Grayscale: #565656. Windows color (decimal): -16284360 or 3704071. OLE color: 3704071.
HSL color Cylindrical-coordinate representation of color #078538: hue angle of 143.33º 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 #078538 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 56 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.48 |
| HSL | 143.33º | 0.9% | 0.27% | - |
| HSV(B) | 143.33º | 0.95% | 0.52% | - |
| XYZ | 9.19 | 17.11 | 6.56 | - |
| YUV | 86.55 | 110.76 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 56 | 0.95 | 0 | 0.58 | 0.48 | 143.33 | 0.9 | 0.27 |
| Hex | 7 | 85 | 38 | 5F | 0 | 3A | 30 | 8F | 5A | 1B |
| Octal | 7 | 205 | 70 | 137 | 0 | 72 | 60 | 217 | 132 | 33 |
| Binary | 111 | 10000101 | 111000 | 1011111 | 0 | 111010 | 110000 | 10001111 | 1011010 | 11011 |
Color Harmonies of #078538
Complementary color
Monochromatic Colors of #078538
Black with #078538
Text Example
Text Example
White with #078538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078538; }
p { color: rgb(7,133,56); }
H1.HeaderClassName
{
color: #078538;
}
.AnyTagClassName
{
color: #078538;
}
</style>
background-color css
<style>
a { background-color: #078538; }
a { background-color: rgb(7,133,56); }
div.DivClassName
{
background-color: #078538;
}
.BgClassName
{
background-color: #078538;
}
</style>
border-color css
<style>
span { border-color: #078538; }
span { border-color: rgb(7,133,56); }
td.TdClassName
{
border-color: #078538;
}
.TagClassName
{
border-color: #078538;
}
</style>