Shades of Green #076100
Tints of Green #076100
RGB
CMYK
RGB Variations
Color information
#076100 (or 0x076100) is known color: Green. HEX triplet: 07, 61 and 00. RGB value is (7,97,0). Sum of RGB (Red+Green+Blue) = 7+97+0=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 97 (38.28% from 255 or 93.27% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 97 - color contains mainly: green. Hex color #076100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076100 is #F89EFF. Grayscale: #3B3B3B. Windows color (decimal): -16293632 or 24839. OLE color: 24839.
HSL color Cylindrical-coordinate representation of color #076100: hue angle of 115.67º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #076100 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 97 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.62 |
| HSL | 115.67º | 1% | 0.19% | - |
| HSV(B) | 115.67º | 1% | 0.38% | - |
| XYZ | 4.36 | 8.59 | 1.43 | - |
| YUV | 59.03 | 94.68 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 0 | 0.93 | 0 | 1 | 0.62 | 115.67 | 1 | 0.19 |
| Hex | 7 | 61 | 0 | 5D | 0 | 64 | 3E | 74 | 64 | 13 |
| Octal | 7 | 141 | 0 | 135 | 0 | 144 | 76 | 164 | 144 | 23 |
| Binary | 111 | 1100001 | 0 | 1011101 | 0 | 1100100 | 111110 | 1110100 | 1100100 | 10011 |
Color Harmonies of #076100
Complementary color
Monochromatic Colors of #076100
Black with #076100
Text Example
Text Example
White with #076100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076100; }
p { color: rgb(7,97,0); }
H1.HeaderClassName
{
color: #076100;
}
.AnyTagClassName
{
color: #076100;
}
</style>
background-color css
<style>
a { background-color: #076100; }
a { background-color: rgb(7,97,0); }
div.DivClassName
{
background-color: #076100;
}
.BgClassName
{
background-color: #076100;
}
</style>
border-color css
<style>
span { border-color: #076100; }
span { border-color: rgb(7,97,0); }
td.TdClassName
{
border-color: #076100;
}
.TagClassName
{
border-color: #076100;
}
</style>