Shades of Green #076914
Tints of Green #076914
RGB
CMYK
RGB Variations
Color information
#076914 (or 0x076914) is known color: Green. HEX triplet: 07, 69 and 14. RGB value is (7,105,20). Sum of RGB (Red+Green+Blue) = 7+105+20=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 105 (41.41% from 255 or 79.55% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 105 - color contains mainly: green. Hex color #076914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076914 is #F896EB. Grayscale: #424242. Windows color (decimal): -16291564 or 1337607. OLE color: 1337607.
HSL color Cylindrical-coordinate representation of color #076914: hue angle of 127.96º 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 #076914 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 20 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.59 |
| HSL | 127.96º | 0.88% | 0.22% | - |
| HSV(B) | 127.96º | 0.93% | 0.41% | - |
| XYZ | 5.27 | 10.2 | 2.35 | - |
| YUV | 66.01 | 102.03 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 20 | 0.93 | 0 | 0.81 | 0.59 | 127.96 | 0.88 | 0.22 |
| Hex | 7 | 69 | 14 | 5D | 0 | 51 | 3B | 80 | 58 | 16 |
| Octal | 7 | 151 | 24 | 135 | 0 | 121 | 73 | 200 | 130 | 26 |
| Binary | 111 | 1101001 | 10100 | 1011101 | 0 | 1010001 | 111011 | 10000000 | 1011000 | 10110 |
Color Harmonies of #076914
Complementary color
Monochromatic Colors of #076914
Black with #076914
Text Example
Text Example
White with #076914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076914; }
p { color: rgb(7,105,20); }
H1.HeaderClassName
{
color: #076914;
}
.AnyTagClassName
{
color: #076914;
}
</style>
background-color css
<style>
a { background-color: #076914; }
a { background-color: rgb(7,105,20); }
div.DivClassName
{
background-color: #076914;
}
.BgClassName
{
background-color: #076914;
}
</style>
border-color css
<style>
span { border-color: #076914; }
span { border-color: rgb(7,105,20); }
td.TdClassName
{
border-color: #076914;
}
.TagClassName
{
border-color: #076914;
}
</style>