Shades of Green #076010
Tints of Green #076010
RGB
CMYK
RGB Variations
Color information
#076010 (or 0x076010) is known color: Green. HEX triplet: 07, 60 and 10. RGB value is (7,96,16). Sum of RGB (Red+Green+Blue) = 7+96+16=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #076010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076010 is #F89FEF. Grayscale: #3C3C3C. Windows color (decimal): -16293872 or 1073159. OLE color: 1073159.
HSL color Cylindrical-coordinate representation of color #076010: hue angle of 126.07º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076010 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 16 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.62 |
| HSL | 126.07º | 0.86% | 0.2% | - |
| HSV(B) | 126.07º | 0.93% | 0.38% | - |
| XYZ | 4.36 | 8.45 | 1.89 | - |
| YUV | 60.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 16 | 0.93 | 0 | 0.83 | 0.62 | 126.07 | 0.86 | 0.2 |
| Hex | 7 | 60 | 10 | 5D | 0 | 53 | 3E | 7E | 56 | 14 |
| Octal | 7 | 140 | 20 | 135 | 0 | 123 | 76 | 176 | 126 | 24 |
| Binary | 111 | 1100000 | 10000 | 1011101 | 0 | 1010011 | 111110 | 1111110 | 1010110 | 10100 |
Color Harmonies of #076010
Complementary color
Monochromatic Colors of #076010
Black with #076010
Text Example
Text Example
White with #076010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076010; }
p { color: rgb(7,96,16); }
H1.HeaderClassName
{
color: #076010;
}
.AnyTagClassName
{
color: #076010;
}
</style>
background-color css
<style>
a { background-color: #076010; }
a { background-color: rgb(7,96,16); }
div.DivClassName
{
background-color: #076010;
}
.BgClassName
{
background-color: #076010;
}
</style>
border-color css
<style>
span { border-color: #076010; }
span { border-color: rgb(7,96,16); }
td.TdClassName
{
border-color: #076010;
}
.TagClassName
{
border-color: #076010;
}
</style>