Shades of Green #078212
Tints of Green #078212
RGB
CMYK
RGB Variations
Color information
#078212 (or 0x078212) is known color: Green. HEX triplet: 07, 82 and 12. RGB value is (7,130,18). Sum of RGB (Red+Green+Blue) = 7+130+18=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 130 (51.17% from 255 or 83.87% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 130 - color contains mainly: green. Hex color #078212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078212 is #F87DED. Grayscale: #505050. Windows color (decimal): -16285166 or 1212935. OLE color: 1212935.
HSL color Cylindrical-coordinate representation of color #078212: hue angle of 125.37º 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 #078212 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 18 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.49 |
| HSL | 125.37º | 0.9% | 0.27% | - |
| HSV(B) | 125.37º | 0.95% | 0.51% | - |
| XYZ | 8.18 | 16.05 | 3.24 | - |
| YUV | 80.46 | 92.75 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 18 | 0.95 | 0 | 0.86 | 0.49 | 125.37 | 0.9 | 0.27 |
| Hex | 7 | 82 | 12 | 5F | 0 | 56 | 31 | 7D | 5A | 1B |
| Octal | 7 | 202 | 22 | 137 | 0 | 126 | 61 | 175 | 132 | 33 |
| Binary | 111 | 10000010 | 10010 | 1011111 | 0 | 1010110 | 110001 | 1111101 | 1011010 | 11011 |
Color Harmonies of #078212
Complementary color
Monochromatic Colors of #078212
Black with #078212
Text Example
Text Example
White with #078212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078212; }
p { color: rgb(7,130,18); }
H1.HeaderClassName
{
color: #078212;
}
.AnyTagClassName
{
color: #078212;
}
</style>
background-color css
<style>
a { background-color: #078212; }
a { background-color: rgb(7,130,18); }
div.DivClassName
{
background-color: #078212;
}
.BgClassName
{
background-color: #078212;
}
</style>
border-color css
<style>
span { border-color: #078212; }
span { border-color: rgb(7,130,18); }
td.TdClassName
{
border-color: #078212;
}
.TagClassName
{
border-color: #078212;
}
</style>