Shades of Dark Spring Green #078433
Tints of Dark Spring Green #078433
RGB
CMYK
RGB Variations
Color information
#078433 (or 0x078433) is known color: Dark Spring Green. HEX triplet: 07, 84 and 33. RGB value is (7,132,51). Sum of RGB (Red+Green+Blue) = 7+132+51=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 132 (51.95% from 255 or 69.47% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 132 - color contains mainly: green. Hex color #078433 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078433 is #F87BCC. Grayscale: #555555. Windows color (decimal): -16284621 or 3376135. OLE color: 3376135.
HSL color Cylindrical-coordinate representation of color #078433: hue angle of 141.12º 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 #078433 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 132 | 51 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.48 |
| HSL | 141.12º | 0.9% | 0.27% | - |
| HSV(B) | 141.12º | 0.95% | 0.52% | - |
| XYZ | 8.94 | 16.79 | 5.9 | - |
| YUV | 85.39 | 108.59 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 51 | 0.95 | 0 | 0.61 | 0.48 | 141.12 | 0.9 | 0.27 |
| Hex | 7 | 84 | 33 | 5F | 0 | 3D | 30 | 8D | 5A | 1B |
| Octal | 7 | 204 | 63 | 137 | 0 | 75 | 60 | 215 | 132 | 33 |
| Binary | 111 | 10000100 | 110011 | 1011111 | 0 | 111101 | 110000 | 10001101 | 1011010 | 11011 |
Color Harmonies of #078433
Complementary color
Monochromatic Colors of #078433
Black with #078433
Text Example
Text Example
White with #078433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078433; }
p { color: rgb(7,132,51); }
H1.HeaderClassName
{
color: #078433;
}
.AnyTagClassName
{
color: #078433;
}
</style>
background-color css
<style>
a { background-color: #078433; }
a { background-color: rgb(7,132,51); }
div.DivClassName
{
background-color: #078433;
}
.BgClassName
{
background-color: #078433;
}
</style>
border-color css
<style>
span { border-color: #078433; }
span { border-color: rgb(7,132,51); }
td.TdClassName
{
border-color: #078433;
}
.TagClassName
{
border-color: #078433;
}
</style>