Shades of Green Leaf #507711
Tints of Green Leaf #507711
RGB
CMYK
RGB Variations
Color information
#507711 (or 0x507711) is known color: Green Leaf. HEX triplet: 50, 77 and 11. RGB value is (80,119,17). Sum of RGB (Red+Green+Blue) = 80+119+17=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #507711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507711 is #AF88EE. Grayscale: #606060. Windows color (decimal): -11503855 or 1144656. OLE color: 1144656.
HSL color Cylindrical-coordinate representation of color #507711: hue angle of 82.94º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #507711 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 119 | 17 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.53 |
| HSL | 82.94º | 0.75% | 0.27% | - |
| HSV(B) | 82.94º | 0.86% | 0.47% | - |
| XYZ | 10.01 | 14.94 | 2.89 | - |
| YUV | 95.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 17 | 0.33 | 0 | 0.86 | 0.53 | 82.94 | 0.75 | 0.27 |
| Hex | 50 | 77 | 11 | 21 | 0 | 56 | 35 | 53 | 4B | 1B |
| Octal | 120 | 167 | 21 | 41 | 0 | 126 | 65 | 123 | 113 | 33 |
| Binary | 1010000 | 1110111 | 10001 | 100001 | 0 | 1010110 | 110101 | 1010011 | 1001011 | 11011 |
Color Harmonies of #507711
Complementary color
Monochromatic Colors of #507711
Black with #507711
Text Example
Text Example
White with #507711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507711; }
p { color: rgb(80,119,17); }
H1.HeaderClassName
{
color: #507711;
}
.AnyTagClassName
{
color: #507711;
}
</style>
background-color css
<style>
a { background-color: #507711; }
a { background-color: rgb(80,119,17); }
div.DivClassName
{
background-color: #507711;
}
.BgClassName
{
background-color: #507711;
}
</style>
border-color css
<style>
span { border-color: #507711; }
span { border-color: rgb(80,119,17); }
td.TdClassName
{
border-color: #507711;
}
.TagClassName
{
border-color: #507711;
}
</style>