Shades of Green #078218
Tints of Green #078218
RGB
CMYK
RGB Variations
Color information
#078218 (or 0x078218) is known color: Green. HEX triplet: 07, 82 and 18. RGB value is (7,130,24). Sum of RGB (Red+Green+Blue) = 7+130+24=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 130 (51.17% from 255 or 80.75% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 130 - color contains mainly: green. Hex color #078218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078218 is #F87DE7. Grayscale: #515151. Windows color (decimal): -16285160 or 1606151. OLE color: 1606151.
HSL color Cylindrical-coordinate representation of color #078218: hue angle of 128.29º 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 #078218 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 24 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.49 |
| HSL | 128.29º | 0.9% | 0.27% | - |
| HSV(B) | 128.29º | 0.95% | 0.51% | - |
| XYZ | 8.24 | 16.08 | 3.53 | - |
| YUV | 81.14 | 95.75 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 24 | 0.95 | 0 | 0.82 | 0.49 | 128.29 | 0.9 | 0.27 |
| Hex | 7 | 82 | 18 | 5F | 0 | 52 | 31 | 80 | 5A | 1B |
| Octal | 7 | 202 | 30 | 137 | 0 | 122 | 61 | 200 | 132 | 33 |
| Binary | 111 | 10000010 | 11000 | 1011111 | 0 | 1010010 | 110001 | 10000000 | 1011010 | 11011 |
Color Harmonies of #078218
Complementary color
Monochromatic Colors of #078218
Black with #078218
Text Example
Text Example
White with #078218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078218; }
p { color: rgb(7,130,24); }
H1.HeaderClassName
{
color: #078218;
}
.AnyTagClassName
{
color: #078218;
}
</style>
background-color css
<style>
a { background-color: #078218; }
a { background-color: rgb(7,130,24); }
div.DivClassName
{
background-color: #078218;
}
.BgClassName
{
background-color: #078218;
}
</style>
border-color css
<style>
span { border-color: #078218; }
span { border-color: rgb(7,130,24); }
td.TdClassName
{
border-color: #078218;
}
.TagClassName
{
border-color: #078218;
}
</style>