Shades of Dark Spring Green #078C33
Tints of Dark Spring Green #078C33
RGB
CMYK
RGB Variations
Color information
#078C33 (or 0x078C33) is known color: Dark Spring Green. HEX triplet: 07, 8C and 33. RGB value is (7,140,51). Sum of RGB (Red+Green+Blue) = 7+140+51=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 140 (55.08% from 255 or 70.71% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 140 - color contains mainly: green. Hex color #078C33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078C33 is #F873CC. Grayscale: #5A5A5A. Windows color (decimal): -16282573 or 3378183. OLE color: 3378183.
HSL color Cylindrical-coordinate representation of color #078C33: hue angle of 139.85º 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 #078C33 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 51 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.45 |
| HSL | 139.85º | 0.9% | 0.29% | - |
| HSV(B) | 139.85º | 0.95% | 0.55% | - |
| XYZ | 10.06 | 19.04 | 6.28 | - |
| YUV | 90.09 | 105.94 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 51 | 0.95 | 0 | 0.64 | 0.45 | 139.85 | 0.9 | 0.29 |
| Hex | 7 | 8C | 33 | 5F | 0 | 40 | 2D | 8C | 5A | 1D |
| Octal | 7 | 214 | 63 | 137 | 0 | 100 | 55 | 214 | 132 | 35 |
| Binary | 111 | 10001100 | 110011 | 1011111 | 0 | 1000000 | 101101 | 10001100 | 1011010 | 11101 |
Color Harmonies of #078C33
Complementary color
Monochromatic Colors of #078C33
Black with #078C33
Text Example
Text Example
White with #078C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C33; }
p { color: rgb(7,140,51); }
H1.HeaderClassName
{
color: #078C33;
}
.AnyTagClassName
{
color: #078C33;
}
</style>
background-color css
<style>
a { background-color: #078C33; }
a { background-color: rgb(7,140,51); }
div.DivClassName
{
background-color: #078C33;
}
.BgClassName
{
background-color: #078C33;
}
</style>
border-color css
<style>
span { border-color: #078C33; }
span { border-color: rgb(7,140,51); }
td.TdClassName
{
border-color: #078C33;
}
.TagClassName
{
border-color: #078C33;
}
</style>