Shades of Green #076500
Tints of Green #076500
RGB
CMYK
RGB Variations
Color information
#076500 (or 0x076500) is known color: Green. HEX triplet: 07, 65 and 00. RGB value is (7,101,0). Sum of RGB (Red+Green+Blue) = 7+101+0=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 101 (39.84% from 255 or 93.52% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 101 - color contains mainly: green. Hex color #076500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076500 is #F89AFF. Grayscale: #3D3D3D. Windows color (decimal): -16292608 or 25863. OLE color: 25863.
HSL color Cylindrical-coordinate representation of color #076500: hue angle of 115.84º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #076500 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 101 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.60 |
| HSL | 115.84º | 1% | 0.2% | - |
| HSV(B) | 115.84º | 1% | 0.4% | - |
| XYZ | 4.74 | 9.35 | 1.56 | - |
| YUV | 61.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 0 | 0.93 | 0 | 1 | 0.60 | 115.84 | 1 | 0.2 |
| Hex | 7 | 65 | 0 | 5D | 0 | 64 | 3C | 74 | 64 | 14 |
| Octal | 7 | 145 | 0 | 135 | 0 | 144 | 74 | 164 | 144 | 24 |
| Binary | 111 | 1100101 | 0 | 1011101 | 0 | 1100100 | 111100 | 1110100 | 1100100 | 10100 |
Color Harmonies of #076500
Complementary color
Monochromatic Colors of #076500
Black with #076500
Text Example
Text Example
White with #076500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076500; }
p { color: rgb(7,101,0); }
H1.HeaderClassName
{
color: #076500;
}
.AnyTagClassName
{
color: #076500;
}
</style>
background-color css
<style>
a { background-color: #076500; }
a { background-color: rgb(7,101,0); }
div.DivClassName
{
background-color: #076500;
}
.BgClassName
{
background-color: #076500;
}
</style>
border-color css
<style>
span { border-color: #076500; }
span { border-color: rgb(7,101,0); }
td.TdClassName
{
border-color: #076500;
}
.TagClassName
{
border-color: #076500;
}
</style>