Shades of Green #076400
Tints of Green #076400
RGB
CMYK
RGB Variations
Color information
#076400 (or 0x076400) is known color: Green. HEX triplet: 07, 64 and 00. RGB value is (7,100,0). Sum of RGB (Red+Green+Blue) = 7+100+0=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 100 (39.45% from 255 or 93.46% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 100 - color contains mainly: green. Hex color #076400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076400 is #F89BFF. Grayscale: #3D3D3D. Windows color (decimal): -16292864 or 25607. OLE color: 25607.
HSL color Cylindrical-coordinate representation of color #076400: hue angle of 115.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #076400 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.61 |
| HSL | 115.8º | 1% | 0.2% | - |
| HSV(B) | 115.8º | 1% | 0.39% | - |
| XYZ | 4.64 | 9.16 | 1.52 | - |
| YUV | 60.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 0 | 0.93 | 0 | 1 | 0.61 | 115.8 | 1 | 0.2 |
| Hex | 7 | 64 | 0 | 5D | 0 | 64 | 3D | 74 | 64 | 14 |
| Octal | 7 | 144 | 0 | 135 | 0 | 144 | 75 | 164 | 144 | 24 |
| Binary | 111 | 1100100 | 0 | 1011101 | 0 | 1100100 | 111101 | 1110100 | 1100100 | 10100 |
Color Harmonies of #076400
Complementary color
Monochromatic Colors of #076400
Black with #076400
Text Example
Text Example
White with #076400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076400; }
p { color: rgb(7,100,0); }
H1.HeaderClassName
{
color: #076400;
}
.AnyTagClassName
{
color: #076400;
}
</style>
background-color css
<style>
a { background-color: #076400; }
a { background-color: rgb(7,100,0); }
div.DivClassName
{
background-color: #076400;
}
.BgClassName
{
background-color: #076400;
}
</style>
border-color css
<style>
span { border-color: #076400; }
span { border-color: rgb(7,100,0); }
td.TdClassName
{
border-color: #076400;
}
.TagClassName
{
border-color: #076400;
}
</style>