Shades of Olivetone #746D19
Tints of Olivetone #746D19
RGB
CMYK
RGB Variations
Color information
#746D19 (or 0x746D19) is known color: Olivetone. HEX triplet: 74, 6D and 19. RGB value is (116,109,25). Sum of RGB (Red+Green+Blue) = 116+109+25=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #746D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746D19 is #8B92E6. Grayscale: #656565. Windows color (decimal): -9147111 or 1666420. OLE color: 1666420.
HSL color Cylindrical-coordinate representation of color #746D19: hue angle of 55.38º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #746D19 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 25 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.55 |
| HSL | 55.38º | 0.65% | 0.28% | - |
| HSV(B) | 55.38º | 0.78% | 0.45% | - |
| XYZ | 12.85 | 14.72 | 3.08 | - |
| YUV | 101.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 25 | 0 | 0.06 | 0.78 | 0.55 | 55.38 | 0.65 | 0.28 |
| Hex | 74 | 6D | 19 | 0 | 6 | 4E | 37 | 37 | 41 | 1C |
| Octal | 164 | 155 | 31 | 0 | 6 | 116 | 67 | 67 | 101 | 34 |
| Binary | 1110100 | 1101101 | 11001 | 0 | 110 | 1001110 | 110111 | 110111 | 1000001 | 11100 |
Color Harmonies of #746D19
Complementary color
Monochromatic Colors of #746D19
Black with #746D19
Text Example
Text Example
White with #746D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D19; }
p { color: rgb(116,109,25); }
H1.HeaderClassName
{
color: #746D19;
}
.AnyTagClassName
{
color: #746D19;
}
</style>
background-color css
<style>
a { background-color: #746D19; }
a { background-color: rgb(116,109,25); }
div.DivClassName
{
background-color: #746D19;
}
.BgClassName
{
background-color: #746D19;
}
</style>
border-color css
<style>
span { border-color: #746D19; }
span { border-color: rgb(116,109,25); }
td.TdClassName
{
border-color: #746D19;
}
.TagClassName
{
border-color: #746D19;
}
</style>