Shades of Green #076610
Tints of Green #076610
RGB
CMYK
RGB Variations
Color information
#076610 (or 0x076610) is known color: Green. HEX triplet: 07, 66 and 10. RGB value is (7,102,16). Sum of RGB (Red+Green+Blue) = 7+102+16=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 102 (40.23% from 255 or 81.6% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 102 - color contains mainly: green. Hex color #076610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076610 is #F899EF. Grayscale: #404040. Windows color (decimal): -16292336 or 1074695. OLE color: 1074695.
HSL color Cylindrical-coordinate representation of color #076610: hue angle of 125.68º 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 #076610 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 102 | 16 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.6 |
| HSL | 125.68º | 0.87% | 0.21% | - |
| HSV(B) | 125.68º | 0.93% | 0.4% | - |
| XYZ | 4.93 | 9.59 | 2.08 | - |
| YUV | 63.79 | 101.03 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 16 | 0.93 | 0 | 0.84 | 0.6 | 125.68 | 0.87 | 0.21 |
| Hex | 7 | 66 | 10 | 5D | 0 | 54 | 3C | 7E | 57 | 15 |
| Octal | 7 | 146 | 20 | 135 | 0 | 124 | 74 | 176 | 127 | 25 |
| Binary | 111 | 1100110 | 10000 | 1011101 | 0 | 1010100 | 111100 | 1111110 | 1010111 | 10101 |
Color Harmonies of #076610
Complementary color
Monochromatic Colors of #076610
Black with #076610
Text Example
Text Example
White with #076610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076610; }
p { color: rgb(7,102,16); }
H1.HeaderClassName
{
color: #076610;
}
.AnyTagClassName
{
color: #076610;
}
</style>
background-color css
<style>
a { background-color: #076610; }
a { background-color: rgb(7,102,16); }
div.DivClassName
{
background-color: #076610;
}
.BgClassName
{
background-color: #076610;
}
</style>
border-color css
<style>
span { border-color: #076610; }
span { border-color: rgb(7,102,16); }
td.TdClassName
{
border-color: #076610;
}
.TagClassName
{
border-color: #076610;
}
</style>