Shades of Olivetone #746F28
Tints of Olivetone #746F28
RGB
CMYK
RGB Variations
Color information
#746F28 (or 0x746F28) is known color: Olivetone. HEX triplet: 74, 6F and 28. RGB value is (116,111,40). Sum of RGB (Red+Green+Blue) = 116+111+40=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #746F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F28 is #8B90D7. Grayscale: #686868. Windows color (decimal): -9146584 or 2649972. OLE color: 2649972.
HSL color Cylindrical-coordinate representation of color #746F28: hue angle of 56.05º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #746F28 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 40 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.55 |
| HSL | 56.05º | 0.49% | 0.31% | - |
| HSV(B) | 56.05º | 0.66% | 0.45% | - |
| XYZ | 13.27 | 15.24 | 4.25 | - |
| YUV | 104.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 40 | 0 | 0.04 | 0.66 | 0.55 | 56.05 | 0.49 | 0.31 |
| Hex | 74 | 6F | 28 | 0 | 4 | 42 | 37 | 38 | 31 | 1F |
| Octal | 164 | 157 | 50 | 0 | 4 | 102 | 67 | 70 | 61 | 37 |
| Binary | 1110100 | 1101111 | 101000 | 0 | 100 | 1000010 | 110111 | 111000 | 110001 | 11111 |
Color Harmonies of #746F28
Complementary color
Monochromatic Colors of #746F28
Black with #746F28
Text Example
Text Example
White with #746F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F28; }
p { color: rgb(116,111,40); }
H1.HeaderClassName
{
color: #746F28;
}
.AnyTagClassName
{
color: #746F28;
}
</style>
background-color css
<style>
a { background-color: #746F28; }
a { background-color: rgb(116,111,40); }
div.DivClassName
{
background-color: #746F28;
}
.BgClassName
{
background-color: #746F28;
}
</style>
border-color css
<style>
span { border-color: #746F28; }
span { border-color: rgb(116,111,40); }
td.TdClassName
{
border-color: #746F28;
}
.TagClassName
{
border-color: #746F28;
}
</style>