Shades of Dark Spring Green #078331
Tints of Dark Spring Green #078331
RGB
CMYK
RGB Variations
Color information
#078331 (or 0x078331) is known color: Dark Spring Green. HEX triplet: 07, 83 and 31. RGB value is (7,131,49). Sum of RGB (Red+Green+Blue) = 7+131+49=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 131 (51.56% from 255 or 70.05% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 131 - color contains mainly: green. Hex color #078331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078331 is #F87CCE. Grayscale: #545454. Windows color (decimal): -16284879 or 3244807. OLE color: 3244807.
HSL color Cylindrical-coordinate representation of color #078331: hue angle of 140.32º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078331 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 131 | 49 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.49 |
| HSL | 140.32º | 0.9% | 0.27% | - |
| HSV(B) | 140.32º | 0.95% | 0.51% | - |
| XYZ | 8.76 | 16.5 | 5.63 | - |
| YUV | 84.58 | 107.92 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 49 | 0.95 | 0 | 0.63 | 0.49 | 140.32 | 0.9 | 0.27 |
| Hex | 7 | 83 | 31 | 5F | 0 | 3F | 31 | 8C | 5A | 1B |
| Octal | 7 | 203 | 61 | 137 | 0 | 77 | 61 | 214 | 132 | 33 |
| Binary | 111 | 10000011 | 110001 | 1011111 | 0 | 111111 | 110001 | 10001100 | 1011010 | 11011 |
Color Harmonies of #078331
Complementary color
Monochromatic Colors of #078331
Black with #078331
Text Example
Text Example
White with #078331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078331; }
p { color: rgb(7,131,49); }
H1.HeaderClassName
{
color: #078331;
}
.AnyTagClassName
{
color: #078331;
}
</style>
background-color css
<style>
a { background-color: #078331; }
a { background-color: rgb(7,131,49); }
div.DivClassName
{
background-color: #078331;
}
.BgClassName
{
background-color: #078331;
}
</style>
border-color css
<style>
span { border-color: #078331; }
span { border-color: rgb(7,131,49); }
td.TdClassName
{
border-color: #078331;
}
.TagClassName
{
border-color: #078331;
}
</style>