Shades of Bronze Olive #564E07
Tints of Bronze Olive #564E07
RGB
CMYK
RGB Variations
Color information
#564E07 (or 0x564E07) is known color: Bronze Olive. HEX triplet: 56, 4E and 07. RGB value is (86,78,7). Sum of RGB (Red+Green+Blue) = 86+78+7=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #564E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E07 is #A9B1F8. Grayscale: #484848. Windows color (decimal): -11121145 or 478806. OLE color: 478806.
HSL color Cylindrical-coordinate representation of color #564E07: hue angle of 53.92º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #564E07 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 7 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.66 |
| HSL | 53.92º | 0.85% | 0.18% | - |
| HSV(B) | 53.92º | 0.92% | 0.34% | - |
| XYZ | 6.6 | 7.44 | 1.29 | - |
| YUV | 72.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 7 | 0 | 0.09 | 0.92 | 0.66 | 53.92 | 0.85 | 0.18 |
| Hex | 56 | 4E | 7 | 0 | 9 | 5C | 42 | 36 | 55 | 12 |
| Octal | 126 | 116 | 7 | 0 | 11 | 134 | 102 | 66 | 125 | 22 |
| Binary | 1010110 | 1001110 | 111 | 0 | 1001 | 1011100 | 1000010 | 110110 | 1010101 | 10010 |
Color Harmonies of #564E07
Complementary color
Monochromatic Colors of #564E07
Black with #564E07
Text Example
Text Example
White with #564E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E07; }
p { color: rgb(86,78,7); }
H1.HeaderClassName
{
color: #564E07;
}
.AnyTagClassName
{
color: #564E07;
}
</style>
background-color css
<style>
a { background-color: #564E07; }
a { background-color: rgb(86,78,7); }
div.DivClassName
{
background-color: #564E07;
}
.BgClassName
{
background-color: #564E07;
}
</style>
border-color css
<style>
span { border-color: #564E07; }
span { border-color: rgb(86,78,7); }
td.TdClassName
{
border-color: #564E07;
}
.TagClassName
{
border-color: #564E07;
}
</style>