Shades of Olivetone #746D0F
Tints of Olivetone #746D0F
RGB
CMYK
RGB Variations
Color information
#746D0F (or 0x746D0F) is known color: Olivetone. HEX triplet: 74, 6D and 0F. RGB value is (116,109,15). Sum of RGB (Red+Green+Blue) = 116+109+15=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #746D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746D0F is #8B92F0. Grayscale: #646464. Windows color (decimal): -9147121 or 1011060. OLE color: 1011060.
HSL color Cylindrical-coordinate representation of color #746D0F: hue angle of 55.84º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #746D0F is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 15 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.55 |
| HSL | 55.84º | 0.77% | 0.26% | - |
| HSV(B) | 55.84º | 0.87% | 0.45% | - |
| XYZ | 12.76 | 14.68 | 2.61 | - |
| YUV | 100.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 15 | 0 | 0.06 | 0.87 | 0.55 | 55.84 | 0.77 | 0.26 |
| Hex | 74 | 6D | F | 0 | 6 | 57 | 37 | 38 | 4D | 1A |
| Octal | 164 | 155 | 17 | 0 | 6 | 127 | 67 | 70 | 115 | 32 |
| Binary | 1110100 | 1101101 | 1111 | 0 | 110 | 1010111 | 110111 | 111000 | 1001101 | 11010 |
Color Harmonies of #746D0F
Complementary color
Monochromatic Colors of #746D0F
Black with #746D0F
Text Example
Text Example
White with #746D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D0F; }
p { color: rgb(116,109,15); }
H1.HeaderClassName
{
color: #746D0F;
}
.AnyTagClassName
{
color: #746D0F;
}
</style>
background-color css
<style>
a { background-color: #746D0F; }
a { background-color: rgb(116,109,15); }
div.DivClassName
{
background-color: #746D0F;
}
.BgClassName
{
background-color: #746D0F;
}
</style>
border-color css
<style>
span { border-color: #746D0F; }
span { border-color: rgb(116,109,15); }
td.TdClassName
{
border-color: #746D0F;
}
.TagClassName
{
border-color: #746D0F;
}
</style>