Shades of Olivetone #746913
Tints of Olivetone #746913
RGB
CMYK
RGB Variations
Color information
#746913 (or 0x746913) is known color: Olivetone. HEX triplet: 74, 69 and 13. RGB value is (116,105,19). Sum of RGB (Red+Green+Blue) = 116+105+19=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #746913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746913 is #8B96EC. Grayscale: #626262. Windows color (decimal): -9148141 or 1272180. OLE color: 1272180.
HSL color Cylindrical-coordinate representation of color #746913: hue angle of 53.2º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #746913 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 19 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.55 |
| HSL | 53.2º | 0.72% | 0.26% | - |
| HSV(B) | 53.2º | 0.84% | 0.45% | - |
| XYZ | 12.37 | 13.86 | 2.64 | - |
| YUV | 98.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 19 | 0 | 0.09 | 0.84 | 0.55 | 53.2 | 0.72 | 0.26 |
| Hex | 74 | 69 | 13 | 0 | 9 | 54 | 37 | 35 | 48 | 1A |
| Octal | 164 | 151 | 23 | 0 | 11 | 124 | 67 | 65 | 110 | 32 |
| Binary | 1110100 | 1101001 | 10011 | 0 | 1001 | 1010100 | 110111 | 110101 | 1001000 | 11010 |
Color Harmonies of #746913
Complementary color
Monochromatic Colors of #746913
Black with #746913
Text Example
Text Example
White with #746913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746913; }
p { color: rgb(116,105,19); }
H1.HeaderClassName
{
color: #746913;
}
.AnyTagClassName
{
color: #746913;
}
</style>
background-color css
<style>
a { background-color: #746913; }
a { background-color: rgb(116,105,19); }
div.DivClassName
{
background-color: #746913;
}
.BgClassName
{
background-color: #746913;
}
</style>
border-color css
<style>
span { border-color: #746913; }
span { border-color: rgb(116,105,19); }
td.TdClassName
{
border-color: #746913;
}
.TagClassName
{
border-color: #746913;
}
</style>