Shades of Bronze Olive #614F12
Tints of Bronze Olive #614F12
RGB
CMYK
RGB Variations
Color information
#614F12 (or 0x614F12) is known color: Bronze Olive. HEX triplet: 61, 4F and 12. RGB value is (97,79,18). Sum of RGB (Red+Green+Blue) = 97+79+18=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #614F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F12 is #9EB0ED. Grayscale: #4D4D4D. Windows color (decimal): -10399982 or 1199969. OLE color: 1199969.
HSL color Cylindrical-coordinate representation of color #614F12: hue angle of 46.33º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #614F12 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 18 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.62 |
| HSL | 46.33º | 0.69% | 0.23% | - |
| HSV(B) | 46.33º | 0.81% | 0.38% | - |
| XYZ | 7.83 | 8.18 | 1.74 | - |
| YUV | 77.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 18 | 0 | 0.19 | 0.81 | 0.62 | 46.33 | 0.69 | 0.23 |
| Hex | 61 | 4F | 12 | 0 | 13 | 51 | 3E | 2E | 45 | 17 |
| Octal | 141 | 117 | 22 | 0 | 23 | 121 | 76 | 56 | 105 | 27 |
| Binary | 1100001 | 1001111 | 10010 | 0 | 10011 | 1010001 | 111110 | 101110 | 1000101 | 10111 |
Color Harmonies of #614F12
Complementary color
Monochromatic Colors of #614F12
Black with #614F12
Text Example
Text Example
White with #614F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F12; }
p { color: rgb(97,79,18); }
H1.HeaderClassName
{
color: #614F12;
}
.AnyTagClassName
{
color: #614F12;
}
</style>
background-color css
<style>
a { background-color: #614F12; }
a { background-color: rgb(97,79,18); }
div.DivClassName
{
background-color: #614F12;
}
.BgClassName
{
background-color: #614F12;
}
</style>
border-color css
<style>
span { border-color: #614F12; }
span { border-color: rgb(97,79,18); }
td.TdClassName
{
border-color: #614F12;
}
.TagClassName
{
border-color: #614F12;
}
</style>