Shades of Olivetone #746A10
Tints of Olivetone #746A10
RGB
CMYK
RGB Variations
Color information
#746A10 (or 0x746A10) is known color: Olivetone. HEX triplet: 74, 6A and 10. RGB value is (116,106,16). Sum of RGB (Red+Green+Blue) = 116+106+16=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #746A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A10 is #8B95EF. Grayscale: #636363. Windows color (decimal): -9147888 or 1075828. OLE color: 1075828.
HSL color Cylindrical-coordinate representation of color #746A10: hue angle of 54º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #746A10 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 16 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.55 |
| HSL | 54º | 0.76% | 0.26% | - |
| HSV(B) | 54º | 0.86% | 0.45% | - |
| XYZ | 12.45 | 14.06 | 2.55 | - |
| YUV | 98.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 16 | 0 | 0.09 | 0.86 | 0.55 | 54 | 0.76 | 0.26 |
| Hex | 74 | 6A | 10 | 0 | 9 | 56 | 37 | 36 | 4C | 1A |
| Octal | 164 | 152 | 20 | 0 | 11 | 126 | 67 | 66 | 114 | 32 |
| Binary | 1110100 | 1101010 | 10000 | 0 | 1001 | 1010110 | 110111 | 110110 | 1001100 | 11010 |
Color Harmonies of #746A10
Complementary color
Monochromatic Colors of #746A10
Black with #746A10
Text Example
Text Example
White with #746A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A10; }
p { color: rgb(116,106,16); }
H1.HeaderClassName
{
color: #746A10;
}
.AnyTagClassName
{
color: #746A10;
}
</style>
background-color css
<style>
a { background-color: #746A10; }
a { background-color: rgb(116,106,16); }
div.DivClassName
{
background-color: #746A10;
}
.BgClassName
{
background-color: #746A10;
}
</style>
border-color css
<style>
span { border-color: #746A10; }
span { border-color: rgb(116,106,16); }
td.TdClassName
{
border-color: #746A10;
}
.TagClassName
{
border-color: #746A10;
}
</style>