Shades of Green #076710
Tints of Green #076710
RGB
CMYK
RGB Variations
Color information
#076710 (or 0x076710) is known color: Green. HEX triplet: 07, 67 and 10. RGB value is (7,103,16). Sum of RGB (Red+Green+Blue) = 7+103+16=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 103 (40.62% from 255 or 81.75% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 103 - color contains mainly: green. Hex color #076710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076710 is #F898EF. Grayscale: #404040. Windows color (decimal): -16292080 or 1074951. OLE color: 1074951.
HSL color Cylindrical-coordinate representation of color #076710: hue angle of 125.62º 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 #076710 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 103 | 16 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.60 |
| HSL | 125.63º | 0.87% | 0.22% | - |
| HSV(B) | 125.63º | 0.93% | 0.4% | - |
| XYZ | 5.03 | 9.78 | 2.11 | - |
| YUV | 64.38 | 100.7 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 16 | 0.93 | 0 | 0.84 | 0.60 | 125.63 | 0.87 | 0.22 |
| Hex | 7 | 67 | 10 | 5D | 0 | 54 | 3C | 7E | 57 | 16 |
| Octal | 7 | 147 | 20 | 135 | 0 | 124 | 74 | 176 | 127 | 26 |
| Binary | 111 | 1100111 | 10000 | 1011101 | 0 | 1010100 | 111100 | 1111110 | 1010111 | 10110 |
Color Harmonies of #076710
Complementary color
Monochromatic Colors of #076710
Black with #076710
Text Example
Text Example
White with #076710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076710; }
p { color: rgb(7,103,16); }
H1.HeaderClassName
{
color: #076710;
}
.AnyTagClassName
{
color: #076710;
}
</style>
background-color css
<style>
a { background-color: #076710; }
a { background-color: rgb(7,103,16); }
div.DivClassName
{
background-color: #076710;
}
.BgClassName
{
background-color: #076710;
}
</style>
border-color css
<style>
span { border-color: #076710; }
span { border-color: rgb(7,103,16); }
td.TdClassName
{
border-color: #076710;
}
.TagClassName
{
border-color: #076710;
}
</style>