Shades of Green #076410
Tints of Green #076410
RGB
CMYK
RGB Variations
Color information
#076410 (or 0x076410) is known color: Green. HEX triplet: 07, 64 and 10. RGB value is (7,100,16). Sum of RGB (Red+Green+Blue) = 7+100+16=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 100 (39.45% from 255 or 81.30% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 100 - color contains mainly: green. Hex color #076410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076410 is #F89BEF. Grayscale: #3E3E3E. Windows color (decimal): -16292848 or 1074183. OLE color: 1074183.
HSL color Cylindrical-coordinate representation of color #076410: hue angle of 125.81º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076410 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 16 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.61 |
| HSL | 125.81º | 0.87% | 0.21% | - |
| HSV(B) | 125.81º | 0.93% | 0.39% | - |
| XYZ | 4.74 | 9.2 | 2.02 | - |
| YUV | 62.62 | 101.69 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 16 | 0.93 | 0 | 0.84 | 0.61 | 125.81 | 0.87 | 0.21 |
| Hex | 7 | 64 | 10 | 5D | 0 | 54 | 3D | 7E | 57 | 15 |
| Octal | 7 | 144 | 20 | 135 | 0 | 124 | 75 | 176 | 127 | 25 |
| Binary | 111 | 1100100 | 10000 | 1011101 | 0 | 1010100 | 111101 | 1111110 | 1010111 | 10101 |
Color Harmonies of #076410
Complementary color
Monochromatic Colors of #076410
Black with #076410
Text Example
Text Example
White with #076410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076410; }
p { color: rgb(7,100,16); }
H1.HeaderClassName
{
color: #076410;
}
.AnyTagClassName
{
color: #076410;
}
</style>
background-color css
<style>
a { background-color: #076410; }
a { background-color: rgb(7,100,16); }
div.DivClassName
{
background-color: #076410;
}
.BgClassName
{
background-color: #076410;
}
</style>
border-color css
<style>
span { border-color: #076410; }
span { border-color: rgb(7,100,16); }
td.TdClassName
{
border-color: #076410;
}
.TagClassName
{
border-color: #076410;
}
</style>