Shades of Olivetone #747325
Tints of Olivetone #747325
RGB
CMYK
RGB Variations
Color information
#747325 (or 0x747325) is known color: Olivetone. HEX triplet: 74, 73 and 25. RGB value is (116,115,37). Sum of RGB (Red+Green+Blue) = 116+115+37=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #747325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747325 is #8B8CDA. Grayscale: #6A6A6A. Windows color (decimal): -9145563 or 2454388. OLE color: 2454388.
HSL color Cylindrical-coordinate representation of color #747325: hue angle of 59.24º 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 #747325 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 37 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.55 |
| HSL | 59.24º | 0.52% | 0.3% | - |
| HSV(B) | 59.24º | 0.68% | 0.45% | - |
| XYZ | 13.67 | 16.11 | 4.14 | - |
| YUV | 106.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 37 | 0 | 0.01 | 0.68 | 0.55 | 59.24 | 0.52 | 0.3 |
| Hex | 74 | 73 | 25 | 0 | 1 | 44 | 37 | 3B | 34 | 1E |
| Octal | 164 | 163 | 45 | 0 | 1 | 104 | 67 | 73 | 64 | 36 |
| Binary | 1110100 | 1110011 | 100101 | 0 | 1 | 1000100 | 110111 | 111011 | 110100 | 11110 |
Color Harmonies of #747325
Complementary color
Monochromatic Colors of #747325
Black with #747325
Text Example
Text Example
White with #747325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747325; }
p { color: rgb(116,115,37); }
H1.HeaderClassName
{
color: #747325;
}
.AnyTagClassName
{
color: #747325;
}
</style>
background-color css
<style>
a { background-color: #747325; }
a { background-color: rgb(116,115,37); }
div.DivClassName
{
background-color: #747325;
}
.BgClassName
{
background-color: #747325;
}
</style>
border-color css
<style>
span { border-color: #747325; }
span { border-color: rgb(116,115,37); }
td.TdClassName
{
border-color: #747325;
}
.TagClassName
{
border-color: #747325;
}
</style>