Shades of Green Leaf #507B16
Tints of Green Leaf #507B16
RGB
CMYK
RGB Variations
Color information
#507B16 (or 0x507B16) is known color: Green Leaf. HEX triplet: 50, 7B and 16. RGB value is (80,123,22). Sum of RGB (Red+Green+Blue) = 80+123+22=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #507B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507B16 is #AF84E9. Grayscale: #626262. Windows color (decimal): -11502826 or 1473360. OLE color: 1473360.
HSL color Cylindrical-coordinate representation of color #507B16: hue angle of 85.54º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #507B16 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 123 | 22 | - |
| CMYK | 0.35 | 0 | 0.82 | 0.52 |
| HSL | 85.54º | 0.7% | 0.28% | - |
| HSV(B) | 85.54º | 0.82% | 0.48% | - |
| XYZ | 10.54 | 15.93 | 3.28 | - |
| YUV | 98.63 | 84.75 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 22 | 0.35 | 0 | 0.82 | 0.52 | 85.54 | 0.7 | 0.28 |
| Hex | 50 | 7B | 16 | 23 | 0 | 52 | 34 | 56 | 46 | 1C |
| Octal | 120 | 173 | 26 | 43 | 0 | 122 | 64 | 126 | 106 | 34 |
| Binary | 1010000 | 1111011 | 10110 | 100011 | 0 | 1010010 | 110100 | 1010110 | 1000110 | 11100 |
Color Harmonies of #507B16
Complementary color
Monochromatic Colors of #507B16
Black with #507B16
Text Example
Text Example
White with #507B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507B16; }
p { color: rgb(80,123,22); }
H1.HeaderClassName
{
color: #507B16;
}
.AnyTagClassName
{
color: #507B16;
}
</style>
background-color css
<style>
a { background-color: #507B16; }
a { background-color: rgb(80,123,22); }
div.DivClassName
{
background-color: #507B16;
}
.BgClassName
{
background-color: #507B16;
}
</style>
border-color css
<style>
span { border-color: #507B16; }
span { border-color: rgb(80,123,22); }
td.TdClassName
{
border-color: #507B16;
}
.TagClassName
{
border-color: #507B16;
}
</style>