Shades of Olivetone #766D12
Tints of Olivetone #766D12
RGB
CMYK
RGB Variations
Color information
#766D12 (or 0x766D12) is known color: Olivetone. HEX triplet: 76, 6D and 12. RGB value is (118,109,18). Sum of RGB (Red+Green+Blue) = 118+109+18=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #766D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D12 is #8992ED. Grayscale: #656565. Windows color (decimal): -9016046 or 1207670. OLE color: 1207670.
HSL color Cylindrical-coordinate representation of color #766D12: hue angle of 54.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #766D12 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 18 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.54 |
| HSL | 54.6º | 0.74% | 0.27% | - |
| HSV(B) | 54.6º | 0.85% | 0.46% | - |
| XYZ | 13.05 | 14.83 | 2.75 | - |
| YUV | 101.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 18 | 0 | 0.08 | 0.85 | 0.54 | 54.6 | 0.74 | 0.27 |
| Hex | 76 | 6D | 12 | 0 | 8 | 55 | 36 | 37 | 4A | 1B |
| Octal | 166 | 155 | 22 | 0 | 10 | 125 | 66 | 67 | 112 | 33 |
| Binary | 1110110 | 1101101 | 10010 | 0 | 1000 | 1010101 | 110110 | 110111 | 1001010 | 11011 |
Color Harmonies of #766D12
Complementary color
Monochromatic Colors of #766D12
Black with #766D12
Text Example
Text Example
White with #766D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D12; }
p { color: rgb(118,109,18); }
H1.HeaderClassName
{
color: #766D12;
}
.AnyTagClassName
{
color: #766D12;
}
</style>
background-color css
<style>
a { background-color: #766D12; }
a { background-color: rgb(118,109,18); }
div.DivClassName
{
background-color: #766D12;
}
.BgClassName
{
background-color: #766D12;
}
</style>
border-color css
<style>
span { border-color: #766D12; }
span { border-color: rgb(118,109,18); }
td.TdClassName
{
border-color: #766D12;
}
.TagClassName
{
border-color: #766D12;
}
</style>