Shades of Green Leaf #516C15
Tints of Green Leaf #516C15
RGB
CMYK
RGB Variations
Color information
#516C15 (or 0x516C15) is known color: Green Leaf. HEX triplet: 51, 6C and 15. RGB value is (81,108,21). Sum of RGB (Red+Green+Blue) = 81+108+21=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #516C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516C15 is #AE93EA. Grayscale: #5A5A5A. Windows color (decimal): -11441131 or 1403985. OLE color: 1403985.
HSL color Cylindrical-coordinate representation of color #516C15: hue angle of 78.62º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #516C15 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 108 | 21 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.58 |
| HSL | 78.62º | 0.67% | 0.25% | - |
| HSV(B) | 78.62º | 0.81% | 0.42% | - |
| XYZ | 8.89 | 12.53 | 2.66 | - |
| YUV | 90.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 21 | 0.25 | 0 | 0.81 | 0.58 | 78.62 | 0.67 | 0.25 |
| Hex | 51 | 6C | 15 | 19 | 0 | 51 | 3A | 4F | 43 | 19 |
| Octal | 121 | 154 | 25 | 31 | 0 | 121 | 72 | 117 | 103 | 31 |
| Binary | 1010001 | 1101100 | 10101 | 11001 | 0 | 1010001 | 111010 | 1001111 | 1000011 | 11001 |
Color Harmonies of #516C15
Complementary color
Monochromatic Colors of #516C15
Black with #516C15
Text Example
Text Example
White with #516C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C15; }
p { color: rgb(81,108,21); }
H1.HeaderClassName
{
color: #516C15;
}
.AnyTagClassName
{
color: #516C15;
}
</style>
background-color css
<style>
a { background-color: #516C15; }
a { background-color: rgb(81,108,21); }
div.DivClassName
{
background-color: #516C15;
}
.BgClassName
{
background-color: #516C15;
}
</style>
border-color css
<style>
span { border-color: #516C15; }
span { border-color: rgb(81,108,21); }
td.TdClassName
{
border-color: #516C15;
}
.TagClassName
{
border-color: #516C15;
}
</style>