Shades of Green #076918
Tints of Green #076918
RGB
CMYK
RGB Variations
Color information
#076918 (or 0x076918) is known color: Green. HEX triplet: 07, 69 and 18. RGB value is (7,105,24). Sum of RGB (Red+Green+Blue) = 7+105+24=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 105 (41.41% from 255 or 77.21% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 105 - color contains mainly: green. Hex color #076918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076918 is #F896E7. Grayscale: #424242. Windows color (decimal): -16291560 or 1599751. OLE color: 1599751.
HSL color Cylindrical-coordinate representation of color #076918: hue angle of 130.41º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076918 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 24 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.59 |
| HSL | 130.41º | 0.88% | 0.22% | - |
| HSV(B) | 130.41º | 0.93% | 0.41% | - |
| XYZ | 5.3 | 10.21 | 2.56 | - |
| YUV | 66.46 | 104.03 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 24 | 0.93 | 0 | 0.77 | 0.59 | 130.41 | 0.88 | 0.22 |
| Hex | 7 | 69 | 18 | 5D | 0 | 4D | 3B | 82 | 58 | 16 |
| Octal | 7 | 151 | 30 | 135 | 0 | 115 | 73 | 202 | 130 | 26 |
| Binary | 111 | 1101001 | 11000 | 1011101 | 0 | 1001101 | 111011 | 10000010 | 1011000 | 10110 |
Color Harmonies of #076918
Complementary color
Monochromatic Colors of #076918
Black with #076918
Text Example
Text Example
White with #076918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076918; }
p { color: rgb(7,105,24); }
H1.HeaderClassName
{
color: #076918;
}
.AnyTagClassName
{
color: #076918;
}
</style>
background-color css
<style>
a { background-color: #076918; }
a { background-color: rgb(7,105,24); }
div.DivClassName
{
background-color: #076918;
}
.BgClassName
{
background-color: #076918;
}
</style>
border-color css
<style>
span { border-color: #076918; }
span { border-color: rgb(7,105,24); }
td.TdClassName
{
border-color: #076918;
}
.TagClassName
{
border-color: #076918;
}
</style>