Shades of Dark Spring Green #078A36
Tints of Dark Spring Green #078A36
RGB
CMYK
RGB Variations
Color information
#078A36 (or 0x078A36) is known color: Dark Spring Green. HEX triplet: 07, 8A and 36. RGB value is (7,138,54). Sum of RGB (Red+Green+Blue) = 7+138+54=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 138 (54.30% from 255 or 69.35% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 138 - color contains mainly: green. Hex color #078A36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078A36 is #F875C9. Grayscale: #595959. Windows color (decimal): -16283082 or 3574279. OLE color: 3574279.
HSL color Cylindrical-coordinate representation of color #078A36: hue angle of 141.53º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A36 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 54 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.46 |
| HSL | 141.53º | 0.9% | 0.28% | - |
| HSV(B) | 141.53º | 0.95% | 0.54% | - |
| XYZ | 9.84 | 18.49 | 6.54 | - |
| YUV | 89.26 | 108.1 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 54 | 0.95 | 0 | 0.61 | 0.46 | 141.53 | 0.9 | 0.28 |
| Hex | 7 | 8A | 36 | 5F | 0 | 3D | 2E | 8E | 5A | 1C |
| Octal | 7 | 212 | 66 | 137 | 0 | 75 | 56 | 216 | 132 | 34 |
| Binary | 111 | 10001010 | 110110 | 1011111 | 0 | 111101 | 101110 | 10001110 | 1011010 | 11100 |
Color Harmonies of #078A36
Complementary color
Monochromatic Colors of #078A36
Black with #078A36
Text Example
Text Example
White with #078A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A36; }
p { color: rgb(7,138,54); }
H1.HeaderClassName
{
color: #078A36;
}
.AnyTagClassName
{
color: #078A36;
}
</style>
background-color css
<style>
a { background-color: #078A36; }
a { background-color: rgb(7,138,54); }
div.DivClassName
{
background-color: #078A36;
}
.BgClassName
{
background-color: #078A36;
}
</style>
border-color css
<style>
span { border-color: #078A36; }
span { border-color: rgb(7,138,54); }
td.TdClassName
{
border-color: #078A36;
}
.TagClassName
{
border-color: #078A36;
}
</style>