Shades of Green #076714
Tints of Green #076714
RGB
CMYK
RGB Variations
Color information
#076714 (or 0x076714) is known color: Green. HEX triplet: 07, 67 and 14. RGB value is (7,103,20). Sum of RGB (Red+Green+Blue) = 7+103+20=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 103 (40.62% from 255 or 79.23% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 103 - color contains mainly: green. Hex color #076714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076714 is #F898EB. Grayscale: #414141. Windows color (decimal): -16292076 or 1337095. OLE color: 1337095.
HSL color Cylindrical-coordinate representation of color #076714: hue angle of 128.12º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076714 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 103 | 20 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.60 |
| HSL | 128.13º | 0.87% | 0.22% | - |
| HSV(B) | 128.13º | 0.93% | 0.4% | - |
| XYZ | 5.06 | 9.8 | 2.29 | - |
| YUV | 64.83 | 102.7 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 20 | 0.93 | 0 | 0.81 | 0.60 | 128.13 | 0.87 | 0.22 |
| Hex | 7 | 67 | 14 | 5D | 0 | 51 | 3C | 80 | 57 | 16 |
| Octal | 7 | 147 | 24 | 135 | 0 | 121 | 74 | 200 | 127 | 26 |
| Binary | 111 | 1100111 | 10100 | 1011101 | 0 | 1010001 | 111100 | 10000000 | 1010111 | 10110 |
Color Harmonies of #076714
Complementary color
Monochromatic Colors of #076714
Black with #076714
Text Example
Text Example
White with #076714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076714; }
p { color: rgb(7,103,20); }
H1.HeaderClassName
{
color: #076714;
}
.AnyTagClassName
{
color: #076714;
}
</style>
background-color css
<style>
a { background-color: #076714; }
a { background-color: rgb(7,103,20); }
div.DivClassName
{
background-color: #076714;
}
.BgClassName
{
background-color: #076714;
}
</style>
border-color css
<style>
span { border-color: #076714; }
span { border-color: rgb(7,103,20); }
td.TdClassName
{
border-color: #076714;
}
.TagClassName
{
border-color: #076714;
}
</style>