Shades of Green Leaf #506F12
Tints of Green Leaf #506F12
RGB
CMYK
RGB Variations
Color information
#506F12 (or 0x506F12) is known color: Green Leaf. HEX triplet: 50, 6F and 12. RGB value is (80,111,18). Sum of RGB (Red+Green+Blue) = 80+111+18=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #506F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506F12 is #AF90ED. Grayscale: #5B5B5B. Windows color (decimal): -11505902 or 1208144. OLE color: 1208144.
HSL color Cylindrical-coordinate representation of color #506F12: hue angle of 80º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #506F12 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 18 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.56 |
| HSL | 80º | 0.72% | 0.25% | - |
| HSV(B) | 80º | 0.84% | 0.44% | - |
| XYZ | 9.1 | 13.12 | 2.62 | - |
| YUV | 91.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 18 | 0.28 | 0 | 0.84 | 0.56 | 80 | 0.72 | 0.25 |
| Hex | 50 | 6F | 12 | 1C | 0 | 54 | 38 | 50 | 48 | 19 |
| Octal | 120 | 157 | 22 | 34 | 0 | 124 | 70 | 120 | 110 | 31 |
| Binary | 1010000 | 1101111 | 10010 | 11100 | 0 | 1010100 | 111000 | 1010000 | 1001000 | 11001 |
Color Harmonies of #506F12
Complementary color
Monochromatic Colors of #506F12
Black with #506F12
Text Example
Text Example
White with #506F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F12; }
p { color: rgb(80,111,18); }
H1.HeaderClassName
{
color: #506F12;
}
.AnyTagClassName
{
color: #506F12;
}
</style>
background-color css
<style>
a { background-color: #506F12; }
a { background-color: rgb(80,111,18); }
div.DivClassName
{
background-color: #506F12;
}
.BgClassName
{
background-color: #506F12;
}
</style>
border-color css
<style>
span { border-color: #506F12; }
span { border-color: rgb(80,111,18); }
td.TdClassName
{
border-color: #506F12;
}
.TagClassName
{
border-color: #506F12;
}
</style>