Shades of Dark Spring Green #078634
Tints of Dark Spring Green #078634
RGB
CMYK
RGB Variations
Color information
#078634 (or 0x078634) is known color: Dark Spring Green. HEX triplet: 07, 86 and 34. RGB value is (7,134,52). Sum of RGB (Red+Green+Blue) = 7+134+52=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 134 (52.73% from 255 or 69.43% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 134 - color contains mainly: green. Hex color #078634 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078634 is #F879CB. Grayscale: #565656. Windows color (decimal): -16284108 or 3442183. OLE color: 3442183.
HSL color Cylindrical-coordinate representation of color #078634: hue angle of 141.26º 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 #078634 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 52 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.47 |
| HSL | 141.26º | 0.9% | 0.28% | - |
| HSV(B) | 141.26º | 0.95% | 0.53% | - |
| XYZ | 9.23 | 17.34 | 6.11 | - |
| YUV | 86.68 | 108.42 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 52 | 0.95 | 0 | 0.61 | 0.47 | 141.26 | 0.9 | 0.28 |
| Hex | 7 | 86 | 34 | 5F | 0 | 3D | 2F | 8D | 5A | 1C |
| Octal | 7 | 206 | 64 | 137 | 0 | 75 | 57 | 215 | 132 | 34 |
| Binary | 111 | 10000110 | 110100 | 1011111 | 0 | 111101 | 101111 | 10001101 | 1011010 | 11100 |
Color Harmonies of #078634
Complementary color
Monochromatic Colors of #078634
Black with #078634
Text Example
Text Example
White with #078634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078634; }
p { color: rgb(7,134,52); }
H1.HeaderClassName
{
color: #078634;
}
.AnyTagClassName
{
color: #078634;
}
</style>
background-color css
<style>
a { background-color: #078634; }
a { background-color: rgb(7,134,52); }
div.DivClassName
{
background-color: #078634;
}
.BgClassName
{
background-color: #078634;
}
</style>
border-color css
<style>
span { border-color: #078634; }
span { border-color: rgb(7,134,52); }
td.TdClassName
{
border-color: #078634;
}
.TagClassName
{
border-color: #078634;
}
</style>