Shades of Green Leaf #507012
Tints of Green Leaf #507012
RGB
CMYK
RGB Variations
Color information
#507012 (or 0x507012) is known color: Green Leaf. HEX triplet: 50, 70 and 12. RGB value is (80,112,18). Sum of RGB (Red+Green+Blue) = 80+112+18=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #507012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507012 is #AF8FED. Grayscale: #5C5C5C. Windows color (decimal): -11505646 or 1208400. OLE color: 1208400.
HSL color Cylindrical-coordinate representation of color #507012: hue angle of 80.43º 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 #507012 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 18 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.56 |
| HSL | 80.43º | 0.72% | 0.25% | - |
| HSV(B) | 80.43º | 0.84% | 0.44% | - |
| XYZ | 9.21 | 13.34 | 2.66 | - |
| YUV | 91.72 | 86.4 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 18 | 0.29 | 0 | 0.84 | 0.56 | 80.43 | 0.72 | 0.25 |
| Hex | 50 | 70 | 12 | 1D | 0 | 54 | 38 | 50 | 48 | 19 |
| Octal | 120 | 160 | 22 | 35 | 0 | 124 | 70 | 120 | 110 | 31 |
| Binary | 1010000 | 1110000 | 10010 | 11101 | 0 | 1010100 | 111000 | 1010000 | 1001000 | 11001 |
Color Harmonies of #507012
Complementary color
Monochromatic Colors of #507012
Black with #507012
Text Example
Text Example
White with #507012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507012; }
p { color: rgb(80,112,18); }
H1.HeaderClassName
{
color: #507012;
}
.AnyTagClassName
{
color: #507012;
}
</style>
background-color css
<style>
a { background-color: #507012; }
a { background-color: rgb(80,112,18); }
div.DivClassName
{
background-color: #507012;
}
.BgClassName
{
background-color: #507012;
}
</style>
border-color css
<style>
span { border-color: #507012; }
span { border-color: rgb(80,112,18); }
td.TdClassName
{
border-color: #507012;
}
.TagClassName
{
border-color: #507012;
}
</style>