Shades of Olivetone #746F24
Tints of Olivetone #746F24
RGB
CMYK
RGB Variations
Color information
#746F24 (or 0x746F24) is known color: Olivetone. HEX triplet: 74, 6F and 24. RGB value is (116,111,36). Sum of RGB (Red+Green+Blue) = 116+111+36=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #746F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F24 is #8B90DB. Grayscale: #686868. Windows color (decimal): -9146588 or 2387828. OLE color: 2387828.
HSL color Cylindrical-coordinate representation of color #746F24: hue angle of 56.25º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #746F24 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 36 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.55 |
| HSL | 56.25º | 0.53% | 0.3% | - |
| HSV(B) | 56.25º | 0.69% | 0.45% | - |
| XYZ | 13.21 | 15.21 | 3.91 | - |
| YUV | 103.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 36 | 0 | 0.04 | 0.69 | 0.55 | 56.25 | 0.53 | 0.3 |
| Hex | 74 | 6F | 24 | 0 | 4 | 45 | 37 | 38 | 35 | 1E |
| Octal | 164 | 157 | 44 | 0 | 4 | 105 | 67 | 70 | 65 | 36 |
| Binary | 1110100 | 1101111 | 100100 | 0 | 100 | 1000101 | 110111 | 111000 | 110101 | 11110 |
Color Harmonies of #746F24
Complementary color
Monochromatic Colors of #746F24
Black with #746F24
Text Example
Text Example
White with #746F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F24; }
p { color: rgb(116,111,36); }
H1.HeaderClassName
{
color: #746F24;
}
.AnyTagClassName
{
color: #746F24;
}
</style>
background-color css
<style>
a { background-color: #746F24; }
a { background-color: rgb(116,111,36); }
div.DivClassName
{
background-color: #746F24;
}
.BgClassName
{
background-color: #746F24;
}
</style>
border-color css
<style>
span { border-color: #746F24; }
span { border-color: rgb(116,111,36); }
td.TdClassName
{
border-color: #746F24;
}
.TagClassName
{
border-color: #746F24;
}
</style>