Shades of Green #078618
Tints of Green #078618
RGB
CMYK
RGB Variations
Color information
#078618 (or 0x078618) is known color: Green. HEX triplet: 07, 86 and 18. RGB value is (7,134,24). Sum of RGB (Red+Green+Blue) = 7+134+24=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 134 (52.73% from 255 or 81.21% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 134 - color contains mainly: green. Hex color #078618 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078618 is #F879E7. Grayscale: #535353. Windows color (decimal): -16284136 or 1607175. OLE color: 1607175.
HSL color Cylindrical-coordinate representation of color #078618: hue angle of 128.03º 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 #078618 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 24 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.47 |
| HSL | 128.03º | 0.9% | 0.28% | - |
| HSV(B) | 128.03º | 0.95% | 0.53% | - |
| XYZ | 8.78 | 17.16 | 3.71 | - |
| YUV | 83.49 | 94.42 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 24 | 0.95 | 0 | 0.82 | 0.47 | 128.03 | 0.9 | 0.28 |
| Hex | 7 | 86 | 18 | 5F | 0 | 52 | 2F | 80 | 5A | 1C |
| Octal | 7 | 206 | 30 | 137 | 0 | 122 | 57 | 200 | 132 | 34 |
| Binary | 111 | 10000110 | 11000 | 1011111 | 0 | 1010010 | 101111 | 10000000 | 1011010 | 11100 |
Color Harmonies of #078618
Complementary color
Monochromatic Colors of #078618
Black with #078618
Text Example
Text Example
White with #078618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078618; }
p { color: rgb(7,134,24); }
H1.HeaderClassName
{
color: #078618;
}
.AnyTagClassName
{
color: #078618;
}
</style>
background-color css
<style>
a { background-color: #078618; }
a { background-color: rgb(7,134,24); }
div.DivClassName
{
background-color: #078618;
}
.BgClassName
{
background-color: #078618;
}
</style>
border-color css
<style>
span { border-color: #078618; }
span { border-color: rgb(7,134,24); }
td.TdClassName
{
border-color: #078618;
}
.TagClassName
{
border-color: #078618;
}
</style>