Shades of Green #078912
Tints of Green #078912
RGB
CMYK
RGB Variations
Color information
#078912 (or 0x078912) is known color: Green. HEX triplet: 07, 89 and 12. RGB value is (7,137,18). Sum of RGB (Red+Green+Blue) = 7+137+18=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 137 (53.91% from 255 or 84.57% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 137 - color contains mainly: green. Hex color #078912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078912 is #F876ED. Grayscale: #545454. Windows color (decimal): -16283374 or 1214727. OLE color: 1214727.
HSL color Cylindrical-coordinate representation of color #078912: hue angle of 125.08º 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 #078912 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 18 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.46 |
| HSL | 125.08º | 0.9% | 0.28% | - |
| HSV(B) | 125.08º | 0.95% | 0.54% | - |
| XYZ | 9.14 | 17.98 | 3.56 | - |
| YUV | 84.56 | 90.43 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 18 | 0.95 | 0 | 0.87 | 0.46 | 125.08 | 0.9 | 0.28 |
| Hex | 7 | 89 | 12 | 5F | 0 | 57 | 2E | 7D | 5A | 1C |
| Octal | 7 | 211 | 22 | 137 | 0 | 127 | 56 | 175 | 132 | 34 |
| Binary | 111 | 10001001 | 10010 | 1011111 | 0 | 1010111 | 101110 | 1111101 | 1011010 | 11100 |
Color Harmonies of #078912
Complementary color
Monochromatic Colors of #078912
Black with #078912
Text Example
Text Example
White with #078912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078912; }
p { color: rgb(7,137,18); }
H1.HeaderClassName
{
color: #078912;
}
.AnyTagClassName
{
color: #078912;
}
</style>
background-color css
<style>
a { background-color: #078912; }
a { background-color: rgb(7,137,18); }
div.DivClassName
{
background-color: #078912;
}
.BgClassName
{
background-color: #078912;
}
</style>
border-color css
<style>
span { border-color: #078912; }
span { border-color: rgb(7,137,18); }
td.TdClassName
{
border-color: #078912;
}
.TagClassName
{
border-color: #078912;
}
</style>