Shades of Green #078818
Tints of Green #078818
RGB
CMYK
RGB Variations
Color information
#078818 (or 0x078818) is known color: Green. HEX triplet: 07, 88 and 18. RGB value is (7,136,24). Sum of RGB (Red+Green+Blue) = 7+136+24=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 136 (53.52% from 255 or 81.44% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 136 - color contains mainly: green. Hex color #078818 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078818 is #F877E7. Grayscale: #545454. Windows color (decimal): -16283624 or 1607687. OLE color: 1607687.
HSL color Cylindrical-coordinate representation of color #078818: hue angle of 127.91º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078818 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 24 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.47 |
| HSL | 127.91º | 0.9% | 0.28% | - |
| HSV(B) | 127.91º | 0.95% | 0.53% | - |
| XYZ | 9.06 | 17.72 | 3.81 | - |
| YUV | 84.66 | 93.76 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 24 | 0.95 | 0 | 0.82 | 0.47 | 127.91 | 0.9 | 0.28 |
| Hex | 7 | 88 | 18 | 5F | 0 | 52 | 2F | 80 | 5A | 1C |
| Octal | 7 | 210 | 30 | 137 | 0 | 122 | 57 | 200 | 132 | 34 |
| Binary | 111 | 10001000 | 11000 | 1011111 | 0 | 1010010 | 101111 | 10000000 | 1011010 | 11100 |
Color Harmonies of #078818
Complementary color
Monochromatic Colors of #078818
Black with #078818
Text Example
Text Example
White with #078818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078818; }
p { color: rgb(7,136,24); }
H1.HeaderClassName
{
color: #078818;
}
.AnyTagClassName
{
color: #078818;
}
</style>
background-color css
<style>
a { background-color: #078818; }
a { background-color: rgb(7,136,24); }
div.DivClassName
{
background-color: #078818;
}
.BgClassName
{
background-color: #078818;
}
</style>
border-color css
<style>
span { border-color: #078818; }
span { border-color: rgb(7,136,24); }
td.TdClassName
{
border-color: #078818;
}
.TagClassName
{
border-color: #078818;
}
</style>