Shades of Green #078214
Tints of Green #078214
RGB
CMYK
RGB Variations
Color information
#078214 (or 0x078214) is known color: Green. HEX triplet: 07, 82 and 14. RGB value is (7,130,20). Sum of RGB (Red+Green+Blue) = 7+130+20=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #078214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078214 is #F87DEB. Grayscale: #515151. Windows color (decimal): -16285164 or 1344007. OLE color: 1344007.
HSL color Cylindrical-coordinate representation of color #078214: hue angle of 126.34º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078214 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 20 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.49 |
| HSL | 126.34º | 0.9% | 0.27% | - |
| HSV(B) | 126.34º | 0.95% | 0.51% | - |
| XYZ | 8.2 | 16.06 | 3.33 | - |
| YUV | 80.68 | 93.75 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 20 | 0.95 | 0 | 0.85 | 0.49 | 126.34 | 0.9 | 0.27 |
| Hex | 7 | 82 | 14 | 5F | 0 | 55 | 31 | 7E | 5A | 1B |
| Octal | 7 | 202 | 24 | 137 | 0 | 125 | 61 | 176 | 132 | 33 |
| Binary | 111 | 10000010 | 10100 | 1011111 | 0 | 1010101 | 110001 | 1111110 | 1011010 | 11011 |
Color Harmonies of #078214
Complementary color
Monochromatic Colors of #078214
Black with #078214
Text Example
Text Example
White with #078214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078214; }
p { color: rgb(7,130,20); }
H1.HeaderClassName
{
color: #078214;
}
.AnyTagClassName
{
color: #078214;
}
</style>
background-color css
<style>
a { background-color: #078214; }
a { background-color: rgb(7,130,20); }
div.DivClassName
{
background-color: #078214;
}
.BgClassName
{
background-color: #078214;
}
</style>
border-color css
<style>
span { border-color: #078214; }
span { border-color: rgb(7,130,20); }
td.TdClassName
{
border-color: #078214;
}
.TagClassName
{
border-color: #078214;
}
</style>