Shades of Green #077507
Tints of Green #077507
RGB
CMYK
RGB Variations
Color information
#077507 (or 0x077507) is known color: Green. HEX triplet: 07, 75 and 07. RGB value is (7,117,7). Sum of RGB (Red+Green+Blue) = 7+117+7=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 117 (46.09% from 255 or 89.31% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 117 - color contains mainly: green. Hex color #077507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077507 is #F88AF8. Grayscale: #474747. Windows color (decimal): -16288505 or 488711. OLE color: 488711.
HSL color Cylindrical-coordinate representation of color #077507: hue angle of 120º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077507 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 7 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.54 |
| HSL | 120º | 0.89% | 0.24% | - |
| HSV(B) | 120º | 0.94% | 0.46% | - |
| XYZ | 6.49 | 12.78 | 2.33 | - |
| YUV | 71.57 | 91.56 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 7 | 0.94 | 0 | 0.94 | 0.54 | 120 | 0.89 | 0.24 |
| Hex | 7 | 75 | 7 | 5E | 0 | 5E | 36 | 78 | 59 | 18 |
| Octal | 7 | 165 | 7 | 136 | 0 | 136 | 66 | 170 | 131 | 30 |
| Binary | 111 | 1110101 | 111 | 1011110 | 0 | 1011110 | 110110 | 1111000 | 1011001 | 11000 |
Color Harmonies of #077507
Complementary color
Monochromatic Colors of #077507
Black with #077507
Text Example
Text Example
White with #077507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077507; }
p { color: rgb(7,117,7); }
H1.HeaderClassName
{
color: #077507;
}
.AnyTagClassName
{
color: #077507;
}
</style>
background-color css
<style>
a { background-color: #077507; }
a { background-color: rgb(7,117,7); }
div.DivClassName
{
background-color: #077507;
}
.BgClassName
{
background-color: #077507;
}
</style>
border-color css
<style>
span { border-color: #077507; }
span { border-color: rgb(7,117,7); }
td.TdClassName
{
border-color: #077507;
}
.TagClassName
{
border-color: #077507;
}
</style>