Shades of Green #078918
Tints of Green #078918
RGB
CMYK
RGB Variations
Color information
#078918 (or 0x078918) is known color: Green. HEX triplet: 07, 89 and 18. RGB value is (7,137,24). Sum of RGB (Red+Green+Blue) = 7+137+24=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 137 (53.91% from 255 or 81.55% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 137 - color contains mainly: green. Hex color #078918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078918 is #F876E7. Grayscale: #555555. Windows color (decimal): -16283368 or 1607943. OLE color: 1607943.
HSL color Cylindrical-coordinate representation of color #078918: hue angle of 127.85º 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 #078918 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 24 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.46 |
| HSL | 127.85º | 0.9% | 0.28% | - |
| HSV(B) | 127.85º | 0.95% | 0.54% | - |
| XYZ | 9.2 | 18 | 3.85 | - |
| YUV | 85.25 | 93.43 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 24 | 0.95 | 0 | 0.82 | 0.46 | 127.85 | 0.9 | 0.28 |
| Hex | 7 | 89 | 18 | 5F | 0 | 52 | 2E | 80 | 5A | 1C |
| Octal | 7 | 211 | 30 | 137 | 0 | 122 | 56 | 200 | 132 | 34 |
| Binary | 111 | 10001001 | 11000 | 1011111 | 0 | 1010010 | 101110 | 10000000 | 1011010 | 11100 |
Color Harmonies of #078918
Complementary color
Monochromatic Colors of #078918
Black with #078918
Text Example
Text Example
White with #078918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078918; }
p { color: rgb(7,137,24); }
H1.HeaderClassName
{
color: #078918;
}
.AnyTagClassName
{
color: #078918;
}
</style>
background-color css
<style>
a { background-color: #078918; }
a { background-color: rgb(7,137,24); }
div.DivClassName
{
background-color: #078918;
}
.BgClassName
{
background-color: #078918;
}
</style>
border-color css
<style>
span { border-color: #078918; }
span { border-color: rgb(7,137,24); }
td.TdClassName
{
border-color: #078918;
}
.TagClassName
{
border-color: #078918;
}
</style>