Shades of Green #076E18
Tints of Green #076E18
RGB
CMYK
RGB Variations
Color information
#076E18 (or 0x076E18) is known color: Green. HEX triplet: 07, 6E and 18. RGB value is (7,110,24). Sum of RGB (Red+Green+Blue) = 7+110+24=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 110 (43.36% from 255 or 78.01% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 110 - color contains mainly: green. Hex color #076E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076E18 is #F891E7. Grayscale: #454545. Windows color (decimal): -16290280 or 1601031. OLE color: 1601031.
HSL color Cylindrical-coordinate representation of color #076E18: hue angle of 129.9º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E18 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 110 | 24 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.57 |
| HSL | 129.9º | 0.88% | 0.23% | - |
| HSV(B) | 129.9º | 0.94% | 0.43% | - |
| XYZ | 5.83 | 11.26 | 2.73 | - |
| YUV | 69.4 | 102.38 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 24 | 0.94 | 0 | 0.78 | 0.57 | 129.9 | 0.88 | 0.23 |
| Hex | 7 | 6E | 18 | 5E | 0 | 4E | 39 | 82 | 58 | 17 |
| Octal | 7 | 156 | 30 | 136 | 0 | 116 | 71 | 202 | 130 | 27 |
| Binary | 111 | 1101110 | 11000 | 1011110 | 0 | 1001110 | 111001 | 10000010 | 1011000 | 10111 |
Color Harmonies of #076E18
Complementary color
Monochromatic Colors of #076E18
Black with #076E18
Text Example
Text Example
White with #076E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E18; }
p { color: rgb(7,110,24); }
H1.HeaderClassName
{
color: #076E18;
}
.AnyTagClassName
{
color: #076E18;
}
</style>
background-color css
<style>
a { background-color: #076E18; }
a { background-color: rgb(7,110,24); }
div.DivClassName
{
background-color: #076E18;
}
.BgClassName
{
background-color: #076E18;
}
</style>
border-color css
<style>
span { border-color: #076E18; }
span { border-color: rgb(7,110,24); }
td.TdClassName
{
border-color: #076E18;
}
.TagClassName
{
border-color: #076E18;
}
</style>