Shades of Green Leaf #507712
Tints of Green Leaf #507712
RGB
CMYK
RGB Variations
Color information
#507712 (or 0x507712) is known color: Green Leaf. HEX triplet: 50, 77 and 12. RGB value is (80,119,18). Sum of RGB (Red+Green+Blue) = 80+119+18=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #507712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507712 is #AF88ED. Grayscale: #606060. Windows color (decimal): -11503854 or 1210192. OLE color: 1210192.
HSL color Cylindrical-coordinate representation of color #507712: hue angle of 83.17º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #507712 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 119 | 18 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.53 |
| HSL | 83.17º | 0.74% | 0.27% | - |
| HSV(B) | 83.17º | 0.85% | 0.47% | - |
| XYZ | 10.01 | 14.94 | 2.93 | - |
| YUV | 95.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 18 | 0.33 | 0 | 0.85 | 0.53 | 83.17 | 0.74 | 0.27 |
| Hex | 50 | 77 | 12 | 21 | 0 | 55 | 35 | 53 | 4A | 1B |
| Octal | 120 | 167 | 22 | 41 | 0 | 125 | 65 | 123 | 112 | 33 |
| Binary | 1010000 | 1110111 | 10010 | 100001 | 0 | 1010101 | 110101 | 1010011 | 1001010 | 11011 |
Color Harmonies of #507712
Complementary color
Monochromatic Colors of #507712
Black with #507712
Text Example
Text Example
White with #507712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507712; }
p { color: rgb(80,119,18); }
H1.HeaderClassName
{
color: #507712;
}
.AnyTagClassName
{
color: #507712;
}
</style>
background-color css
<style>
a { background-color: #507712; }
a { background-color: rgb(80,119,18); }
div.DivClassName
{
background-color: #507712;
}
.BgClassName
{
background-color: #507712;
}
</style>
border-color css
<style>
span { border-color: #507712; }
span { border-color: rgb(80,119,18); }
td.TdClassName
{
border-color: #507712;
}
.TagClassName
{
border-color: #507712;
}
</style>