Shades of Green #077105
Tints of Green #077105
RGB
CMYK
RGB Variations
Color information
#077105 (or 0x077105) is known color: Green. HEX triplet: 07, 71 and 05. RGB value is (7,113,5). Sum of RGB (Red+Green+Blue) = 7+113+5=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 113 (44.53% from 255 or 90.4% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 113 - color contains mainly: green. Hex color #077105 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077105 is #F88EFA. Grayscale: #454545. Windows color (decimal): -16289531 or 356615. OLE color: 356615.
HSL color Cylindrical-coordinate representation of color #077105: hue angle of 118.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077105 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 5 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.56 |
| HSL | 118.89º | 0.92% | 0.23% | - |
| HSV(B) | 118.89º | 0.96% | 0.44% | - |
| XYZ | 6.02 | 11.87 | 2.12 | - |
| YUV | 68.99 | 91.88 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 5 | 0.94 | 0 | 0.96 | 0.56 | 118.89 | 0.92 | 0.23 |
| Hex | 7 | 71 | 5 | 5E | 0 | 60 | 38 | 77 | 5C | 17 |
| Octal | 7 | 161 | 5 | 136 | 0 | 140 | 70 | 167 | 134 | 27 |
| Binary | 111 | 1110001 | 101 | 1011110 | 0 | 1100000 | 111000 | 1110111 | 1011100 | 10111 |
Color Harmonies of #077105
Complementary color
Monochromatic Colors of #077105
Black with #077105
Text Example
Text Example
White with #077105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077105; }
p { color: rgb(7,113,5); }
H1.HeaderClassName
{
color: #077105;
}
.AnyTagClassName
{
color: #077105;
}
</style>
background-color css
<style>
a { background-color: #077105; }
a { background-color: rgb(7,113,5); }
div.DivClassName
{
background-color: #077105;
}
.BgClassName
{
background-color: #077105;
}
</style>
border-color css
<style>
span { border-color: #077105; }
span { border-color: rgb(7,113,5); }
td.TdClassName
{
border-color: #077105;
}
.TagClassName
{
border-color: #077105;
}
</style>