Shades of Green Leaf #56701F
Tints of Green Leaf #56701F
RGB
CMYK
RGB Variations
Color information
#56701F (or 0x56701F) is known color: Green Leaf. HEX triplet: 56, 70 and 1F. RGB value is (86,112,31). Sum of RGB (Red+Green+Blue) = 86+112+31=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #56701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56701F is #A98FE0. Grayscale: #5F5F5F. Windows color (decimal): -11112417 or 2060374. OLE color: 2060374.
HSL color Cylindrical-coordinate representation of color #56701F: hue angle of 79.26º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56701F is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 112 | 31 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.56 |
| HSL | 79.26º | 0.57% | 0.28% | - |
| HSV(B) | 79.26º | 0.72% | 0.44% | - |
| XYZ | 9.88 | 13.67 | 3.41 | - |
| YUV | 94.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 31 | 0.23 | 0 | 0.72 | 0.56 | 79.26 | 0.57 | 0.28 |
| Hex | 56 | 70 | 1F | 17 | 0 | 48 | 38 | 4F | 39 | 1C |
| Octal | 126 | 160 | 37 | 27 | 0 | 110 | 70 | 117 | 71 | 34 |
| Binary | 1010110 | 1110000 | 11111 | 10111 | 0 | 1001000 | 111000 | 1001111 | 111001 | 11100 |
Color Harmonies of #56701F
Complementary color
Monochromatic Colors of #56701F
Black with #56701F
Text Example
Text Example
White with #56701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56701F; }
p { color: rgb(86,112,31); }
H1.HeaderClassName
{
color: #56701F;
}
.AnyTagClassName
{
color: #56701F;
}
</style>
background-color css
<style>
a { background-color: #56701F; }
a { background-color: rgb(86,112,31); }
div.DivClassName
{
background-color: #56701F;
}
.BgClassName
{
background-color: #56701F;
}
</style>
border-color css
<style>
span { border-color: #56701F; }
span { border-color: rgb(86,112,31); }
td.TdClassName
{
border-color: #56701F;
}
.TagClassName
{
border-color: #56701F;
}
</style>