Shades of Bronze Olive #564F07
Tints of Bronze Olive #564F07
RGB
CMYK
RGB Variations
Color information
#564F07 (or 0x564F07) is known color: Bronze Olive. HEX triplet: 56, 4F and 07. RGB value is (86,79,7). Sum of RGB (Red+Green+Blue) = 86+79+7=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #564F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F07 is #A9B0F8. Grayscale: #494949. Windows color (decimal): -11120889 or 479062. OLE color: 479062.
HSL color Cylindrical-coordinate representation of color #564F07: hue angle of 54.68º 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 #564F07 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 7 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.66 |
| HSL | 54.68º | 0.85% | 0.18% | - |
| HSV(B) | 54.68º | 0.92% | 0.34% | - |
| XYZ | 6.67 | 7.59 | 1.31 | - |
| YUV | 72.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 7 | 0 | 0.08 | 0.92 | 0.66 | 54.68 | 0.85 | 0.18 |
| Hex | 56 | 4F | 7 | 0 | 8 | 5C | 42 | 37 | 55 | 12 |
| Octal | 126 | 117 | 7 | 0 | 10 | 134 | 102 | 67 | 125 | 22 |
| Binary | 1010110 | 1001111 | 111 | 0 | 1000 | 1011100 | 1000010 | 110111 | 1010101 | 10010 |
Color Harmonies of #564F07
Complementary color
Monochromatic Colors of #564F07
Black with #564F07
Text Example
Text Example
White with #564F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F07; }
p { color: rgb(86,79,7); }
H1.HeaderClassName
{
color: #564F07;
}
.AnyTagClassName
{
color: #564F07;
}
</style>
background-color css
<style>
a { background-color: #564F07; }
a { background-color: rgb(86,79,7); }
div.DivClassName
{
background-color: #564F07;
}
.BgClassName
{
background-color: #564F07;
}
</style>
border-color css
<style>
span { border-color: #564F07; }
span { border-color: rgb(86,79,7); }
td.TdClassName
{
border-color: #564F07;
}
.TagClassName
{
border-color: #564F07;
}
</style>