Shades of Green #076510
Tints of Green #076510
RGB
CMYK
RGB Variations
Color information
#076510 (or 0x076510) is known color: Green. HEX triplet: 07, 65 and 10. RGB value is (7,101,16). Sum of RGB (Red+Green+Blue) = 7+101+16=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 101 (39.84% from 255 or 81.45% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 101 - color contains mainly: green. Hex color #076510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076510 is #F89AEF. Grayscale: #3F3F3F. Windows color (decimal): -16292592 or 1074439. OLE color: 1074439.
HSL color Cylindrical-coordinate representation of color #076510: hue angle of 125.74º 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 #076510 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 101 | 16 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.60 |
| HSL | 125.74º | 0.87% | 0.21% | - |
| HSV(B) | 125.74º | 0.93% | 0.4% | - |
| XYZ | 4.83 | 9.39 | 2.05 | - |
| YUV | 63.2 | 101.36 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 16 | 0.93 | 0 | 0.84 | 0.60 | 125.74 | 0.87 | 0.21 |
| Hex | 7 | 65 | 10 | 5D | 0 | 54 | 3C | 7E | 57 | 15 |
| Octal | 7 | 145 | 20 | 135 | 0 | 124 | 74 | 176 | 127 | 25 |
| Binary | 111 | 1100101 | 10000 | 1011101 | 0 | 1010100 | 111100 | 1111110 | 1010111 | 10101 |
Color Harmonies of #076510
Complementary color
Monochromatic Colors of #076510
Black with #076510
Text Example
Text Example
White with #076510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076510; }
p { color: rgb(7,101,16); }
H1.HeaderClassName
{
color: #076510;
}
.AnyTagClassName
{
color: #076510;
}
</style>
background-color css
<style>
a { background-color: #076510; }
a { background-color: rgb(7,101,16); }
div.DivClassName
{
background-color: #076510;
}
.BgClassName
{
background-color: #076510;
}
</style>
border-color css
<style>
span { border-color: #076510; }
span { border-color: rgb(7,101,16); }
td.TdClassName
{
border-color: #076510;
}
.TagClassName
{
border-color: #076510;
}
</style>