Shades of Green #076805
Tints of Green #076805
RGB
CMYK
RGB Variations
Color information
#076805 (or 0x076805) is known color: Green. HEX triplet: 07, 68 and 05. RGB value is (7,104,5). Sum of RGB (Red+Green+Blue) = 7+104+5=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 104 (41.02% from 255 or 89.66% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 104 - color contains mainly: green. Hex color #076805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076805 is #F897FA. Grayscale: #404040. Windows color (decimal): -16291835 or 354311. OLE color: 354311.
HSL color Cylindrical-coordinate representation of color #076805: hue angle of 118.79º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076805 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 5 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.59 |
| HSL | 118.79º | 0.91% | 0.21% | - |
| HSV(B) | 118.79º | 0.95% | 0.41% | - |
| XYZ | 5.07 | 9.96 | 1.8 | - |
| YUV | 63.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 5 | 0.93 | 0 | 0.95 | 0.59 | 118.79 | 0.91 | 0.21 |
| Hex | 7 | 68 | 5 | 5D | 0 | 5F | 3B | 77 | 5B | 15 |
| Octal | 7 | 150 | 5 | 135 | 0 | 137 | 73 | 167 | 133 | 25 |
| Binary | 111 | 1101000 | 101 | 1011101 | 0 | 1011111 | 111011 | 1110111 | 1011011 | 10101 |
Color Harmonies of #076805
Complementary color
Monochromatic Colors of #076805
Black with #076805
Text Example
Text Example
White with #076805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076805; }
p { color: rgb(7,104,5); }
H1.HeaderClassName
{
color: #076805;
}
.AnyTagClassName
{
color: #076805;
}
</style>
background-color css
<style>
a { background-color: #076805; }
a { background-color: rgb(7,104,5); }
div.DivClassName
{
background-color: #076805;
}
.BgClassName
{
background-color: #076805;
}
</style>
border-color css
<style>
span { border-color: #076805; }
span { border-color: rgb(7,104,5); }
td.TdClassName
{
border-color: #076805;
}
.TagClassName
{
border-color: #076805;
}
</style>