Shades of Olivetone #747623
Tints of Olivetone #747623
RGB
CMYK
RGB Variations
Color information
#747623 (or 0x747623) is known color: Olivetone. HEX triplet: 74, 76 and 23. RGB value is (116,118,35). Sum of RGB (Red+Green+Blue) = 116+118+35=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #747623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747623 is #8B89DC. Grayscale: #6C6C6C. Windows color (decimal): -9144797 or 2324084. OLE color: 2324084.
HSL color Cylindrical-coordinate representation of color #747623: hue angle of 61.45º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #747623 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 35 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.54 |
| HSL | 61.45º | 0.54% | 0.3% | - |
| HSV(B) | 61.45º | 0.7% | 0.46% | - |
| XYZ | 13.98 | 16.79 | 4.09 | - |
| YUV | 107.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 35 | 0.02 | 0 | 0.70 | 0.54 | 61.45 | 0.54 | 0.3 |
| Hex | 74 | 76 | 23 | 2 | 0 | 46 | 36 | 3D | 36 | 1E |
| Octal | 164 | 166 | 43 | 2 | 0 | 106 | 66 | 75 | 66 | 36 |
| Binary | 1110100 | 1110110 | 100011 | 10 | 0 | 1000110 | 110110 | 111101 | 110110 | 11110 |
Color Harmonies of #747623
Complementary color
Monochromatic Colors of #747623
Black with #747623
Text Example
Text Example
White with #747623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747623; }
p { color: rgb(116,118,35); }
H1.HeaderClassName
{
color: #747623;
}
.AnyTagClassName
{
color: #747623;
}
</style>
background-color css
<style>
a { background-color: #747623; }
a { background-color: rgb(116,118,35); }
div.DivClassName
{
background-color: #747623;
}
.BgClassName
{
background-color: #747623;
}
</style>
border-color css
<style>
span { border-color: #747623; }
span { border-color: rgb(116,118,35); }
td.TdClassName
{
border-color: #747623;
}
.TagClassName
{
border-color: #747623;
}
</style>