Shades of Green #077305
Tints of Green #077305
RGB
CMYK
RGB Variations
Color information
#077305 (or 0x077305) is known color: Green. HEX triplet: 07, 73 and 05. RGB value is (7,115,5). Sum of RGB (Red+Green+Blue) = 7+115+5=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 115 (45.31% from 255 or 90.55% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 115 - color contains mainly: green. Hex color #077305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077305 is #F88CFA. Grayscale: #464646. Windows color (decimal): -16289019 or 357127. OLE color: 357127.
HSL color Cylindrical-coordinate representation of color #077305: hue angle of 118.91º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077305 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 5 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.55 |
| HSL | 118.91º | 0.92% | 0.24% | - |
| HSV(B) | 118.91º | 0.96% | 0.45% | - |
| XYZ | 6.25 | 12.32 | 2.19 | - |
| YUV | 70.17 | 91.22 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 5 | 0.94 | 0 | 0.96 | 0.55 | 118.91 | 0.92 | 0.24 |
| Hex | 7 | 73 | 5 | 5E | 0 | 60 | 37 | 77 | 5C | 18 |
| Octal | 7 | 163 | 5 | 136 | 0 | 140 | 67 | 167 | 134 | 30 |
| Binary | 111 | 1110011 | 101 | 1011110 | 0 | 1100000 | 110111 | 1110111 | 1011100 | 11000 |
Color Harmonies of #077305
Complementary color
Monochromatic Colors of #077305
Black with #077305
Text Example
Text Example
White with #077305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077305; }
p { color: rgb(7,115,5); }
H1.HeaderClassName
{
color: #077305;
}
.AnyTagClassName
{
color: #077305;
}
</style>
background-color css
<style>
a { background-color: #077305; }
a { background-color: rgb(7,115,5); }
div.DivClassName
{
background-color: #077305;
}
.BgClassName
{
background-color: #077305;
}
</style>
border-color css
<style>
span { border-color: #077305; }
span { border-color: rgb(7,115,5); }
td.TdClassName
{
border-color: #077305;
}
.TagClassName
{
border-color: #077305;
}
</style>