Shades of Green Leaf #516F16
Tints of Green Leaf #516F16
RGB
CMYK
RGB Variations
Color information
#516F16 (or 0x516F16) is known color: Green Leaf. HEX triplet: 51, 6F and 16. RGB value is (81,111,22). Sum of RGB (Red+Green+Blue) = 81+111+22=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #516F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516F16 is #AE90E9. Grayscale: #5C5C5C. Windows color (decimal): -11440362 or 1470289. OLE color: 1470289.
HSL color Cylindrical-coordinate representation of color #516F16: hue angle of 80.22º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #516F16 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 111 | 22 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.56 |
| HSL | 80.22º | 0.67% | 0.26% | - |
| HSV(B) | 80.22º | 0.8% | 0.44% | - |
| XYZ | 9.22 | 13.18 | 2.82 | - |
| YUV | 91.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 22 | 0.27 | 0 | 0.80 | 0.56 | 80.22 | 0.67 | 0.26 |
| Hex | 51 | 6F | 16 | 1B | 0 | 50 | 38 | 50 | 43 | 1A |
| Octal | 121 | 157 | 26 | 33 | 0 | 120 | 70 | 120 | 103 | 32 |
| Binary | 1010001 | 1101111 | 10110 | 11011 | 0 | 1010000 | 111000 | 1010000 | 1000011 | 11010 |
Color Harmonies of #516F16
Complementary color
Monochromatic Colors of #516F16
Black with #516F16
Text Example
Text Example
White with #516F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F16; }
p { color: rgb(81,111,22); }
H1.HeaderClassName
{
color: #516F16;
}
.AnyTagClassName
{
color: #516F16;
}
</style>
background-color css
<style>
a { background-color: #516F16; }
a { background-color: rgb(81,111,22); }
div.DivClassName
{
background-color: #516F16;
}
.BgClassName
{
background-color: #516F16;
}
</style>
border-color css
<style>
span { border-color: #516F16; }
span { border-color: rgb(81,111,22); }
td.TdClassName
{
border-color: #516F16;
}
.TagClassName
{
border-color: #516F16;
}
</style>