Shades of Olivetone #746F25
Tints of Olivetone #746F25
RGB
CMYK
RGB Variations
Color information
#746F25 (or 0x746F25) is known color: Olivetone. HEX triplet: 74, 6F and 25. RGB value is (116,111,37). Sum of RGB (Red+Green+Blue) = 116+111+37=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #746F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F25 is #8B90DA. Grayscale: #686868. Windows color (decimal): -9146587 or 2453364. OLE color: 2453364.
HSL color Cylindrical-coordinate representation of color #746F25: hue angle of 56.2º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #746F25 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 37 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.55 |
| HSL | 56.2º | 0.52% | 0.3% | - |
| HSV(B) | 56.2º | 0.68% | 0.45% | - |
| XYZ | 13.22 | 15.22 | 3.99 | - |
| YUV | 104.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 37 | 0 | 0.04 | 0.68 | 0.55 | 56.2 | 0.52 | 0.3 |
| Hex | 74 | 6F | 25 | 0 | 4 | 44 | 37 | 38 | 34 | 1E |
| Octal | 164 | 157 | 45 | 0 | 4 | 104 | 67 | 70 | 64 | 36 |
| Binary | 1110100 | 1101111 | 100101 | 0 | 100 | 1000100 | 110111 | 111000 | 110100 | 11110 |
Color Harmonies of #746F25
Complementary color
Monochromatic Colors of #746F25
Black with #746F25
Text Example
Text Example
White with #746F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F25; }
p { color: rgb(116,111,37); }
H1.HeaderClassName
{
color: #746F25;
}
.AnyTagClassName
{
color: #746F25;
}
</style>
background-color css
<style>
a { background-color: #746F25; }
a { background-color: rgb(116,111,37); }
div.DivClassName
{
background-color: #746F25;
}
.BgClassName
{
background-color: #746F25;
}
</style>
border-color css
<style>
span { border-color: #746F25; }
span { border-color: rgb(116,111,37); }
td.TdClassName
{
border-color: #746F25;
}
.TagClassName
{
border-color: #746F25;
}
</style>