Shades of Olivetone #746C10
Tints of Olivetone #746C10
RGB
CMYK
RGB Variations
Color information
#746C10 (or 0x746C10) is known color: Olivetone. HEX triplet: 74, 6C and 10. RGB value is (116,108,16). Sum of RGB (Red+Green+Blue) = 116+108+16=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #746C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746C10 is #8B93EF. Grayscale: #646464. Windows color (decimal): -9147376 or 1076340. OLE color: 1076340.
HSL color Cylindrical-coordinate representation of color #746C10: hue angle of 55.2º 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 #746C10 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 16 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.55 |
| HSL | 55.2º | 0.76% | 0.26% | - |
| HSV(B) | 55.2º | 0.86% | 0.45% | - |
| XYZ | 12.66 | 14.48 | 2.62 | - |
| YUV | 99.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 16 | 0 | 0.07 | 0.86 | 0.55 | 55.2 | 0.76 | 0.26 |
| Hex | 74 | 6C | 10 | 0 | 7 | 56 | 37 | 37 | 4C | 1A |
| Octal | 164 | 154 | 20 | 0 | 7 | 126 | 67 | 67 | 114 | 32 |
| Binary | 1110100 | 1101100 | 10000 | 0 | 111 | 1010110 | 110111 | 110111 | 1001100 | 11010 |
Color Harmonies of #746C10
Complementary color
Monochromatic Colors of #746C10
Black with #746C10
Text Example
Text Example
White with #746C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C10; }
p { color: rgb(116,108,16); }
H1.HeaderClassName
{
color: #746C10;
}
.AnyTagClassName
{
color: #746C10;
}
</style>
background-color css
<style>
a { background-color: #746C10; }
a { background-color: rgb(116,108,16); }
div.DivClassName
{
background-color: #746C10;
}
.BgClassName
{
background-color: #746C10;
}
</style>
border-color css
<style>
span { border-color: #746C10; }
span { border-color: rgb(116,108,16); }
td.TdClassName
{
border-color: #746C10;
}
.TagClassName
{
border-color: #746C10;
}
</style>