Shades of Olivetone #746B22
Tints of Olivetone #746B22
RGB
CMYK
RGB Variations
Color information
#746B22 (or 0x746B22) is known color: Olivetone. HEX triplet: 74, 6B and 22. RGB value is (116,107,34). Sum of RGB (Red+Green+Blue) = 116+107+34=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #746B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B22 is #8B94DD. Grayscale: #656565. Windows color (decimal): -9147614 or 2255732. OLE color: 2255732.
HSL color Cylindrical-coordinate representation of color #746B22: hue angle of 53.41º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #746B22 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 34 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.55 |
| HSL | 53.41º | 0.55% | 0.29% | - |
| HSV(B) | 53.41º | 0.71% | 0.45% | - |
| XYZ | 12.75 | 14.34 | 3.61 | - |
| YUV | 101.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 34 | 0 | 0.08 | 0.71 | 0.55 | 53.41 | 0.55 | 0.29 |
| Hex | 74 | 6B | 22 | 0 | 8 | 47 | 37 | 35 | 37 | 1D |
| Octal | 164 | 153 | 42 | 0 | 10 | 107 | 67 | 65 | 67 | 35 |
| Binary | 1110100 | 1101011 | 100010 | 0 | 1000 | 1000111 | 110111 | 110101 | 110111 | 11101 |
Color Harmonies of #746B22
Complementary color
Monochromatic Colors of #746B22
Black with #746B22
Text Example
Text Example
White with #746B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B22; }
p { color: rgb(116,107,34); }
H1.HeaderClassName
{
color: #746B22;
}
.AnyTagClassName
{
color: #746B22;
}
</style>
background-color css
<style>
a { background-color: #746B22; }
a { background-color: rgb(116,107,34); }
div.DivClassName
{
background-color: #746B22;
}
.BgClassName
{
background-color: #746B22;
}
</style>
border-color css
<style>
span { border-color: #746B22; }
span { border-color: rgb(116,107,34); }
td.TdClassName
{
border-color: #746B22;
}
.TagClassName
{
border-color: #746B22;
}
</style>