Shades of Olivetone #746922
Tints of Olivetone #746922
RGB
CMYK
RGB Variations
Color information
#746922 (or 0x746922) is known color: Olivetone. HEX triplet: 74, 69 and 22. RGB value is (116,105,34). Sum of RGB (Red+Green+Blue) = 116+105+34=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #746922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746922 is #8B96DD. Grayscale: #646464. Windows color (decimal): -9148126 or 2255220. OLE color: 2255220.
HSL color Cylindrical-coordinate representation of color #746922: hue angle of 51.95º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #746922 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 34 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.55 |
| HSL | 51.95º | 0.55% | 0.29% | - |
| HSV(B) | 51.95º | 0.71% | 0.45% | - |
| XYZ | 12.54 | 13.93 | 3.54 | - |
| YUV | 100.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 34 | 0 | 0.09 | 0.71 | 0.55 | 51.95 | 0.55 | 0.29 |
| Hex | 74 | 69 | 22 | 0 | 9 | 47 | 37 | 34 | 37 | 1D |
| Octal | 164 | 151 | 42 | 0 | 11 | 107 | 67 | 64 | 67 | 35 |
| Binary | 1110100 | 1101001 | 100010 | 0 | 1001 | 1000111 | 110111 | 110100 | 110111 | 11101 |
Color Harmonies of #746922
Complementary color
Monochromatic Colors of #746922
Black with #746922
Text Example
Text Example
White with #746922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746922; }
p { color: rgb(116,105,34); }
H1.HeaderClassName
{
color: #746922;
}
.AnyTagClassName
{
color: #746922;
}
</style>
background-color css
<style>
a { background-color: #746922; }
a { background-color: rgb(116,105,34); }
div.DivClassName
{
background-color: #746922;
}
.BgClassName
{
background-color: #746922;
}
</style>
border-color css
<style>
span { border-color: #746922; }
span { border-color: rgb(116,105,34); }
td.TdClassName
{
border-color: #746922;
}
.TagClassName
{
border-color: #746922;
}
</style>