Shades of Olivetone #766B1D
Tints of Olivetone #766B1D
RGB
CMYK
RGB Variations
Color information
#766B1D (or 0x766B1D) is known color: Olivetone. HEX triplet: 76, 6B and 1D. RGB value is (118,107,29). Sum of RGB (Red+Green+Blue) = 118+107+29=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B1D is #8994E2. Grayscale: #656565. Windows color (decimal): -9016547 or 1928054. OLE color: 1928054.
HSL color Cylindrical-coordinate representation of color #766B1D: hue angle of 52.58º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #766B1D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 29 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.54 |
| HSL | 52.58º | 0.61% | 0.29% | - |
| HSV(B) | 52.58º | 0.75% | 0.46% | - |
| XYZ | 12.95 | 14.46 | 3.27 | - |
| YUV | 101.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 29 | 0 | 0.09 | 0.75 | 0.54 | 52.58 | 0.61 | 0.29 |
| Hex | 76 | 6B | 1D | 0 | 9 | 4B | 36 | 35 | 3D | 1D |
| Octal | 166 | 153 | 35 | 0 | 11 | 113 | 66 | 65 | 75 | 35 |
| Binary | 1110110 | 1101011 | 11101 | 0 | 1001 | 1001011 | 110110 | 110101 | 111101 | 11101 |
Color Harmonies of #766B1D
Complementary color
Monochromatic Colors of #766B1D
Black with #766B1D
Text Example
Text Example
White with #766B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B1D; }
p { color: rgb(118,107,29); }
H1.HeaderClassName
{
color: #766B1D;
}
.AnyTagClassName
{
color: #766B1D;
}
</style>
background-color css
<style>
a { background-color: #766B1D; }
a { background-color: rgb(118,107,29); }
div.DivClassName
{
background-color: #766B1D;
}
.BgClassName
{
background-color: #766B1D;
}
</style>
border-color css
<style>
span { border-color: #766B1D; }
span { border-color: rgb(118,107,29); }
td.TdClassName
{
border-color: #766B1D;
}
.TagClassName
{
border-color: #766B1D;
}
</style>