Shades of Green #076514
Tints of Green #076514
RGB
CMYK
RGB Variations
Color information
#076514 (or 0x076514) is known color: Green. HEX triplet: 07, 65 and 14. RGB value is (7,101,20). Sum of RGB (Red+Green+Blue) = 7+101+20=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 101 (39.84% from 255 or 78.91% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 101 - color contains mainly: green. Hex color #076514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076514 is #F89AEB. Grayscale: #3F3F3F. Windows color (decimal): -16292588 or 1336583. OLE color: 1336583.
HSL color Cylindrical-coordinate representation of color #076514: hue angle of 128.3º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076514 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 101 | 20 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.60 |
| HSL | 128.3º | 0.87% | 0.21% | - |
| HSV(B) | 128.3º | 0.93% | 0.4% | - |
| XYZ | 4.87 | 9.4 | 2.22 | - |
| YUV | 63.66 | 103.36 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 20 | 0.93 | 0 | 0.80 | 0.60 | 128.3 | 0.87 | 0.21 |
| Hex | 7 | 65 | 14 | 5D | 0 | 50 | 3C | 80 | 57 | 15 |
| Octal | 7 | 145 | 24 | 135 | 0 | 120 | 74 | 200 | 127 | 25 |
| Binary | 111 | 1100101 | 10100 | 1011101 | 0 | 1010000 | 111100 | 10000000 | 1010111 | 10101 |
Color Harmonies of #076514
Complementary color
Monochromatic Colors of #076514
Black with #076514
Text Example
Text Example
White with #076514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076514; }
p { color: rgb(7,101,20); }
H1.HeaderClassName
{
color: #076514;
}
.AnyTagClassName
{
color: #076514;
}
</style>
background-color css
<style>
a { background-color: #076514; }
a { background-color: rgb(7,101,20); }
div.DivClassName
{
background-color: #076514;
}
.BgClassName
{
background-color: #076514;
}
</style>
border-color css
<style>
span { border-color: #076514; }
span { border-color: rgb(7,101,20); }
td.TdClassName
{
border-color: #076514;
}
.TagClassName
{
border-color: #076514;
}
</style>