Shades of Olivetone #746F27
Tints of Olivetone #746F27
RGB
CMYK
RGB Variations
Color information
#746F27 (or 0x746F27) is known color: Olivetone. HEX triplet: 74, 6F and 27. RGB value is (116,111,39). Sum of RGB (Red+Green+Blue) = 116+111+39=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #746F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F27 is #8B90D8. Grayscale: #686868. Windows color (decimal): -9146585 or 2584436. OLE color: 2584436.
HSL color Cylindrical-coordinate representation of color #746F27: hue angle of 56.1º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #746F27 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 39 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.55 |
| HSL | 56.1º | 0.5% | 0.3% | - |
| HSV(B) | 56.1º | 0.66% | 0.45% | - |
| XYZ | 13.25 | 15.23 | 4.16 | - |
| YUV | 104.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 39 | 0 | 0.04 | 0.66 | 0.55 | 56.1 | 0.5 | 0.3 |
| Hex | 74 | 6F | 27 | 0 | 4 | 42 | 37 | 38 | 32 | 1E |
| Octal | 164 | 157 | 47 | 0 | 4 | 102 | 67 | 70 | 62 | 36 |
| Binary | 1110100 | 1101111 | 100111 | 0 | 100 | 1000010 | 110111 | 111000 | 110010 | 11110 |
Color Harmonies of #746F27
Complementary color
Monochromatic Colors of #746F27
Black with #746F27
Text Example
Text Example
White with #746F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F27; }
p { color: rgb(116,111,39); }
H1.HeaderClassName
{
color: #746F27;
}
.AnyTagClassName
{
color: #746F27;
}
</style>
background-color css
<style>
a { background-color: #746F27; }
a { background-color: rgb(116,111,39); }
div.DivClassName
{
background-color: #746F27;
}
.BgClassName
{
background-color: #746F27;
}
</style>
border-color css
<style>
span { border-color: #746F27; }
span { border-color: rgb(116,111,39); }
td.TdClassName
{
border-color: #746F27;
}
.TagClassName
{
border-color: #746F27;
}
</style>