Shades of Green #076507
Tints of Green #076507
RGB
CMYK
RGB Variations
Color information
#076507 (or 0x076507) is known color: Green. HEX triplet: 07, 65 and 07. RGB value is (7,101,7). Sum of RGB (Red+Green+Blue) = 7+101+7=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 101 (39.84% from 255 or 87.83% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 101 - color contains mainly: green. Hex color #076507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076507 is #F89AF8. Grayscale: #3E3E3E. Windows color (decimal): -16292601 or 484615. OLE color: 484615.
HSL color Cylindrical-coordinate representation of color #076507: hue angle of 120º 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 #076507 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 101 | 7 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.60 |
| HSL | 120º | 0.87% | 0.21% | - |
| HSV(B) | 120º | 0.93% | 0.4% | - |
| XYZ | 4.78 | 9.37 | 1.76 | - |
| YUV | 62.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 7 | 0.93 | 0 | 0.93 | 0.60 | 120 | 0.87 | 0.21 |
| Hex | 7 | 65 | 7 | 5D | 0 | 5D | 3C | 78 | 57 | 15 |
| Octal | 7 | 145 | 7 | 135 | 0 | 135 | 74 | 170 | 127 | 25 |
| Binary | 111 | 1100101 | 111 | 1011101 | 0 | 1011101 | 111100 | 1111000 | 1010111 | 10101 |
Color Harmonies of #076507
Complementary color
Monochromatic Colors of #076507
Black with #076507
Text Example
Text Example
White with #076507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076507; }
p { color: rgb(7,101,7); }
H1.HeaderClassName
{
color: #076507;
}
.AnyTagClassName
{
color: #076507;
}
</style>
background-color css
<style>
a { background-color: #076507; }
a { background-color: rgb(7,101,7); }
div.DivClassName
{
background-color: #076507;
}
.BgClassName
{
background-color: #076507;
}
</style>
border-color css
<style>
span { border-color: #076507; }
span { border-color: rgb(7,101,7); }
td.TdClassName
{
border-color: #076507;
}
.TagClassName
{
border-color: #076507;
}
</style>