Shades of Green Leaf #56781B
Tints of Green Leaf #56781B
RGB
CMYK
RGB Variations
Color information
#56781B (or 0x56781B) is known color: Green Leaf. HEX triplet: 56, 78 and 1B. RGB value is (86,120,27). Sum of RGB (Red+Green+Blue) = 86+120+27=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #56781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56781B is #A987E4. Grayscale: #636363. Windows color (decimal): -11110373 or 1800278. OLE color: 1800278.
HSL color Cylindrical-coordinate representation of color #56781B: hue angle of 81.94º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56781B is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 120 | 27 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.53 |
| HSL | 81.94º | 0.63% | 0.29% | - |
| HSV(B) | 81.94º | 0.78% | 0.47% | - |
| XYZ | 10.75 | 15.49 | 3.46 | - |
| YUV | 99.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 27 | 0.28 | 0 | 0.78 | 0.53 | 81.94 | 0.63 | 0.29 |
| Hex | 56 | 78 | 1B | 1C | 0 | 4E | 35 | 52 | 3F | 1D |
| Octal | 126 | 170 | 33 | 34 | 0 | 116 | 65 | 122 | 77 | 35 |
| Binary | 1010110 | 1111000 | 11011 | 11100 | 0 | 1001110 | 110101 | 1010010 | 111111 | 11101 |
Color Harmonies of #56781B
Complementary color
Monochromatic Colors of #56781B
Black with #56781B
Text Example
Text Example
White with #56781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56781B; }
p { color: rgb(86,120,27); }
H1.HeaderClassName
{
color: #56781B;
}
.AnyTagClassName
{
color: #56781B;
}
</style>
background-color css
<style>
a { background-color: #56781B; }
a { background-color: rgb(86,120,27); }
div.DivClassName
{
background-color: #56781B;
}
.BgClassName
{
background-color: #56781B;
}
</style>
border-color css
<style>
span { border-color: #56781B; }
span { border-color: rgb(86,120,27); }
td.TdClassName
{
border-color: #56781B;
}
.TagClassName
{
border-color: #56781B;
}
</style>