Shades of Olivetone #76742A
Tints of Olivetone #76742A
RGB
CMYK
RGB Variations
Color information
#76742A (or 0x76742A) is known color: Olivetone. HEX triplet: 76, 74 and 2A. RGB value is (118,116,42). Sum of RGB (Red+Green+Blue) = 118+116+42=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76742A is #898BD5. Grayscale: #6C6C6C. Windows color (decimal): -9014230 or 2782326. OLE color: 2782326.
HSL color Cylindrical-coordinate representation of color #76742A: hue angle of 58.42º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76742A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 42 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.54 |
| HSL | 58.42º | 0.48% | 0.31% | - |
| HSV(B) | 58.42º | 0.64% | 0.46% | - |
| XYZ | 14.13 | 16.51 | 4.63 | - |
| YUV | 108.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 42 | 0 | 0.02 | 0.64 | 0.54 | 58.42 | 0.48 | 0.31 |
| Hex | 76 | 74 | 2A | 0 | 2 | 40 | 36 | 3A | 30 | 1F |
| Octal | 166 | 164 | 52 | 0 | 2 | 100 | 66 | 72 | 60 | 37 |
| Binary | 1110110 | 1110100 | 101010 | 0 | 10 | 1000000 | 110110 | 111010 | 110000 | 11111 |
Color Harmonies of #76742A
Complementary color
Monochromatic Colors of #76742A
Black with #76742A
Text Example
Text Example
White with #76742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76742A; }
p { color: rgb(118,116,42); }
H1.HeaderClassName
{
color: #76742A;
}
.AnyTagClassName
{
color: #76742A;
}
</style>
background-color css
<style>
a { background-color: #76742A; }
a { background-color: rgb(118,116,42); }
div.DivClassName
{
background-color: #76742A;
}
.BgClassName
{
background-color: #76742A;
}
</style>
border-color css
<style>
span { border-color: #76742A; }
span { border-color: rgb(118,116,42); }
td.TdClassName
{
border-color: #76742A;
}
.TagClassName
{
border-color: #76742A;
}
</style>