Shades of Dark Spring Green #078533
Tints of Dark Spring Green #078533
RGB
CMYK
RGB Variations
Color information
#078533 (or 0x078533) is known color: Dark Spring Green. HEX triplet: 07, 85 and 33. RGB value is (7,133,51). Sum of RGB (Red+Green+Blue) = 7+133+51=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #078533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078533 is #F87ACC. Grayscale: #565656. Windows color (decimal): -16284365 or 3376391. OLE color: 3376391.
HSL color Cylindrical-coordinate representation of color #078533: hue angle of 140.95º 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 #078533 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 51 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.48 |
| HSL | 140.95º | 0.9% | 0.27% | - |
| HSV(B) | 140.95º | 0.95% | 0.52% | - |
| XYZ | 9.07 | 17.06 | 5.95 | - |
| YUV | 85.98 | 108.26 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 51 | 0.95 | 0 | 0.62 | 0.48 | 140.95 | 0.9 | 0.27 |
| Hex | 7 | 85 | 33 | 5F | 0 | 3E | 30 | 8D | 5A | 1B |
| Octal | 7 | 205 | 63 | 137 | 0 | 76 | 60 | 215 | 132 | 33 |
| Binary | 111 | 10000101 | 110011 | 1011111 | 0 | 111110 | 110000 | 10001101 | 1011010 | 11011 |
Color Harmonies of #078533
Complementary color
Monochromatic Colors of #078533
Black with #078533
Text Example
Text Example
White with #078533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078533; }
p { color: rgb(7,133,51); }
H1.HeaderClassName
{
color: #078533;
}
.AnyTagClassName
{
color: #078533;
}
</style>
background-color css
<style>
a { background-color: #078533; }
a { background-color: rgb(7,133,51); }
div.DivClassName
{
background-color: #078533;
}
.BgClassName
{
background-color: #078533;
}
</style>
border-color css
<style>
span { border-color: #078533; }
span { border-color: rgb(7,133,51); }
td.TdClassName
{
border-color: #078533;
}
.TagClassName
{
border-color: #078533;
}
</style>