Shades of Bronze Olive #605012
Tints of Bronze Olive #605012
RGB
CMYK
RGB Variations
Color information
#605012 (or 0x605012) is known color: Bronze Olive. HEX triplet: 60, 50 and 12. RGB value is (96,80,18). Sum of RGB (Red+Green+Blue) = 96+80+18=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #605012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605012 is #9FAFED. Grayscale: #4D4D4D. Windows color (decimal): -10465262 or 1200224. OLE color: 1200224.
HSL color Cylindrical-coordinate representation of color #605012: hue angle of 47.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #605012 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 18 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.62 |
| HSL | 47.69º | 0.68% | 0.22% | - |
| HSV(B) | 47.69º | 0.81% | 0.38% | - |
| XYZ | 7.8 | 8.27 | 1.76 | - |
| YUV | 77.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 18 | 0 | 0.17 | 0.81 | 0.62 | 47.69 | 0.68 | 0.22 |
| Hex | 60 | 50 | 12 | 0 | 11 | 51 | 3E | 30 | 44 | 16 |
| Octal | 140 | 120 | 22 | 0 | 21 | 121 | 76 | 60 | 104 | 26 |
| Binary | 1100000 | 1010000 | 10010 | 0 | 10001 | 1010001 | 111110 | 110000 | 1000100 | 10110 |
Color Harmonies of #605012
Complementary color
Monochromatic Colors of #605012
Black with #605012
Text Example
Text Example
White with #605012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605012; }
p { color: rgb(96,80,18); }
H1.HeaderClassName
{
color: #605012;
}
.AnyTagClassName
{
color: #605012;
}
</style>
background-color css
<style>
a { background-color: #605012; }
a { background-color: rgb(96,80,18); }
div.DivClassName
{
background-color: #605012;
}
.BgClassName
{
background-color: #605012;
}
</style>
border-color css
<style>
span { border-color: #605012; }
span { border-color: rgb(96,80,18); }
td.TdClassName
{
border-color: #605012;
}
.TagClassName
{
border-color: #605012;
}
</style>