Shades of Olivetone #746C29
Tints of Olivetone #746C29
RGB
CMYK
RGB Variations
Color information
#746C29 (or 0x746C29) is known color: Olivetone. HEX triplet: 74, 6C and 29. RGB value is (116,108,41). Sum of RGB (Red+Green+Blue) = 116+108+41=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #746C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C29 is #8B93D6. Grayscale: #676767. Windows color (decimal): -9147351 or 2714740. OLE color: 2714740.
HSL color Cylindrical-coordinate representation of color #746C29: hue angle of 53.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #746C29 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 41 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.55 |
| HSL | 53.6º | 0.48% | 0.31% | - |
| HSV(B) | 53.6º | 0.65% | 0.45% | - |
| XYZ | 12.97 | 14.6 | 4.23 | - |
| YUV | 102.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 41 | 0 | 0.07 | 0.65 | 0.55 | 53.6 | 0.48 | 0.31 |
| Hex | 74 | 6C | 29 | 0 | 7 | 41 | 37 | 36 | 30 | 1F |
| Octal | 164 | 154 | 51 | 0 | 7 | 101 | 67 | 66 | 60 | 37 |
| Binary | 1110100 | 1101100 | 101001 | 0 | 111 | 1000001 | 110111 | 110110 | 110000 | 11111 |
Color Harmonies of #746C29
Complementary color
Monochromatic Colors of #746C29
Black with #746C29
Text Example
Text Example
White with #746C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C29; }
p { color: rgb(116,108,41); }
H1.HeaderClassName
{
color: #746C29;
}
.AnyTagClassName
{
color: #746C29;
}
</style>
background-color css
<style>
a { background-color: #746C29; }
a { background-color: rgb(116,108,41); }
div.DivClassName
{
background-color: #746C29;
}
.BgClassName
{
background-color: #746C29;
}
</style>
border-color css
<style>
span { border-color: #746C29; }
span { border-color: rgb(116,108,41); }
td.TdClassName
{
border-color: #746C29;
}
.TagClassName
{
border-color: #746C29;
}
</style>