Shades of Green Leaf #506F17
Tints of Green Leaf #506F17
RGB
CMYK
RGB Variations
Color information
#506F17 (or 0x506F17) is known color: Green Leaf. HEX triplet: 50, 6F and 17. RGB value is (80,111,23). Sum of RGB (Red+Green+Blue) = 80+111+23=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #506F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506F17 is #AF90E8. Grayscale: #5C5C5C. Windows color (decimal): -11505897 or 1535824. OLE color: 1535824.
HSL color Cylindrical-coordinate representation of color #506F17: hue angle of 81.14º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #506F17 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 23 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.56 |
| HSL | 81.14º | 0.66% | 0.26% | - |
| HSV(B) | 81.14º | 0.79% | 0.44% | - |
| XYZ | 9.15 | 13.14 | 2.86 | - |
| YUV | 91.7 | 89.23 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 23 | 0.28 | 0 | 0.79 | 0.56 | 81.14 | 0.66 | 0.26 |
| Hex | 50 | 6F | 17 | 1C | 0 | 4F | 38 | 51 | 42 | 1A |
| Octal | 120 | 157 | 27 | 34 | 0 | 117 | 70 | 121 | 102 | 32 |
| Binary | 1010000 | 1101111 | 10111 | 11100 | 0 | 1001111 | 111000 | 1010001 | 1000010 | 11010 |
Color Harmonies of #506F17
Complementary color
Monochromatic Colors of #506F17
Black with #506F17
Text Example
Text Example
White with #506F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F17; }
p { color: rgb(80,111,23); }
H1.HeaderClassName
{
color: #506F17;
}
.AnyTagClassName
{
color: #506F17;
}
</style>
background-color css
<style>
a { background-color: #506F17; }
a { background-color: rgb(80,111,23); }
div.DivClassName
{
background-color: #506F17;
}
.BgClassName
{
background-color: #506F17;
}
</style>
border-color css
<style>
span { border-color: #506F17; }
span { border-color: rgb(80,111,23); }
td.TdClassName
{
border-color: #506F17;
}
.TagClassName
{
border-color: #506F17;
}
</style>