Shades of Dark Spring Green #078C36
Tints of Dark Spring Green #078C36
RGB
CMYK
RGB Variations
Color information
#078C36 (or 0x078C36) is known color: Dark Spring Green. HEX triplet: 07, 8C and 36. RGB value is (7,140,54). Sum of RGB (Red+Green+Blue) = 7+140+54=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 140 (55.08% from 255 or 69.65% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 140 - color contains mainly: green. Hex color #078C36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078C36 is #F873C9. Grayscale: #5A5A5A. Windows color (decimal): -16282570 or 3574791. OLE color: 3574791.
HSL color Cylindrical-coordinate representation of color #078C36: hue angle of 141.2º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078C36 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 54 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.45 |
| HSL | 141.2º | 0.9% | 0.29% | - |
| HSV(B) | 141.2º | 0.95% | 0.55% | - |
| XYZ | 10.13 | 19.07 | 6.64 | - |
| YUV | 90.43 | 107.44 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 54 | 0.95 | 0 | 0.61 | 0.45 | 141.2 | 0.9 | 0.29 |
| Hex | 7 | 8C | 36 | 5F | 0 | 3D | 2D | 8D | 5A | 1D |
| Octal | 7 | 214 | 66 | 137 | 0 | 75 | 55 | 215 | 132 | 35 |
| Binary | 111 | 10001100 | 110110 | 1011111 | 0 | 111101 | 101101 | 10001101 | 1011010 | 11101 |
Color Harmonies of #078C36
Complementary color
Monochromatic Colors of #078C36
Black with #078C36
Text Example
Text Example
White with #078C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C36; }
p { color: rgb(7,140,54); }
H1.HeaderClassName
{
color: #078C36;
}
.AnyTagClassName
{
color: #078C36;
}
</style>
background-color css
<style>
a { background-color: #078C36; }
a { background-color: rgb(7,140,54); }
div.DivClassName
{
background-color: #078C36;
}
.BgClassName
{
background-color: #078C36;
}
</style>
border-color css
<style>
span { border-color: #078C36; }
span { border-color: rgb(7,140,54); }
td.TdClassName
{
border-color: #078C36;
}
.TagClassName
{
border-color: #078C36;
}
</style>