Shades of Dark Spring Green #078831
Tints of Dark Spring Green #078831
RGB
CMYK
RGB Variations
Color information
#078831 (or 0x078831) is known color: Dark Spring Green. HEX triplet: 07, 88 and 31. RGB value is (7,136,49). Sum of RGB (Red+Green+Blue) = 7+136+49=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 136 (53.52% from 255 or 70.83% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 136 - color contains mainly: green. Hex color #078831 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078831 is #F877CE. Grayscale: #575757. Windows color (decimal): -16283599 or 3246087. OLE color: 3246087.
HSL color Cylindrical-coordinate representation of color #078831: hue angle of 139.53º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078831 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 49 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.47 |
| HSL | 139.53º | 0.9% | 0.28% | - |
| HSV(B) | 139.53º | 0.95% | 0.53% | - |
| XYZ | 9.45 | 17.88 | 5.86 | - |
| YUV | 87.51 | 106.26 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 49 | 0.95 | 0 | 0.64 | 0.47 | 139.53 | 0.9 | 0.28 |
| Hex | 7 | 88 | 31 | 5F | 0 | 40 | 2F | 8C | 5A | 1C |
| Octal | 7 | 210 | 61 | 137 | 0 | 100 | 57 | 214 | 132 | 34 |
| Binary | 111 | 10001000 | 110001 | 1011111 | 0 | 1000000 | 101111 | 10001100 | 1011010 | 11100 |
Color Harmonies of #078831
Complementary color
Monochromatic Colors of #078831
Black with #078831
Text Example
Text Example
White with #078831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078831; }
p { color: rgb(7,136,49); }
H1.HeaderClassName
{
color: #078831;
}
.AnyTagClassName
{
color: #078831;
}
</style>
background-color css
<style>
a { background-color: #078831; }
a { background-color: rgb(7,136,49); }
div.DivClassName
{
background-color: #078831;
}
.BgClassName
{
background-color: #078831;
}
</style>
border-color css
<style>
span { border-color: #078831; }
span { border-color: rgb(7,136,49); }
td.TdClassName
{
border-color: #078831;
}
.TagClassName
{
border-color: #078831;
}
</style>