Shades of Olivetone #746B26
Tints of Olivetone #746B26
RGB
CMYK
RGB Variations
Color information
#746B26 (or 0x746B26) is known color: Olivetone. HEX triplet: 74, 6B and 26. RGB value is (116,107,38). Sum of RGB (Red+Green+Blue) = 116+107+38=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #746B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B26 is #8B94D9. Grayscale: #666666. Windows color (decimal): -9147610 or 2517876. OLE color: 2517876.
HSL color Cylindrical-coordinate representation of color #746B26: hue angle of 53.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #746B26 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 38 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.55 |
| HSL | 53.08º | 0.51% | 0.3% | - |
| HSV(B) | 53.08º | 0.67% | 0.45% | - |
| XYZ | 12.81 | 14.37 | 3.93 | - |
| YUV | 101.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 38 | 0 | 0.08 | 0.67 | 0.55 | 53.08 | 0.51 | 0.3 |
| Hex | 74 | 6B | 26 | 0 | 8 | 43 | 37 | 35 | 33 | 1E |
| Octal | 164 | 153 | 46 | 0 | 10 | 103 | 67 | 65 | 63 | 36 |
| Binary | 1110100 | 1101011 | 100110 | 0 | 1000 | 1000011 | 110111 | 110101 | 110011 | 11110 |
Color Harmonies of #746B26
Complementary color
Monochromatic Colors of #746B26
Black with #746B26
Text Example
Text Example
White with #746B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B26; }
p { color: rgb(116,107,38); }
H1.HeaderClassName
{
color: #746B26;
}
.AnyTagClassName
{
color: #746B26;
}
</style>
background-color css
<style>
a { background-color: #746B26; }
a { background-color: rgb(116,107,38); }
div.DivClassName
{
background-color: #746B26;
}
.BgClassName
{
background-color: #746B26;
}
</style>
border-color css
<style>
span { border-color: #746B26; }
span { border-color: rgb(116,107,38); }
td.TdClassName
{
border-color: #746B26;
}
.TagClassName
{
border-color: #746B26;
}
</style>