Shades of Olivetone #766F27
Tints of Olivetone #766F27
RGB
CMYK
RGB Variations
Color information
#766F27 (or 0x766F27) is known color: Olivetone. HEX triplet: 76, 6F and 27. RGB value is (118,111,39). Sum of RGB (Red+Green+Blue) = 118+111+39=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #766F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F27 is #8990D8. Grayscale: #696969. Windows color (decimal): -9015513 or 2584438. OLE color: 2584438.
HSL color Cylindrical-coordinate representation of color #766F27: hue angle of 54.68º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #766F27 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 39 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.54 |
| HSL | 54.68º | 0.5% | 0.31% | - |
| HSV(B) | 54.68º | 0.67% | 0.46% | - |
| XYZ | 13.52 | 15.37 | 4.17 | - |
| YUV | 104.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 39 | 0 | 0.06 | 0.67 | 0.54 | 54.68 | 0.5 | 0.31 |
| Hex | 76 | 6F | 27 | 0 | 6 | 43 | 36 | 37 | 32 | 1F |
| Octal | 166 | 157 | 47 | 0 | 6 | 103 | 66 | 67 | 62 | 37 |
| Binary | 1110110 | 1101111 | 100111 | 0 | 110 | 1000011 | 110110 | 110111 | 110010 | 11111 |
Color Harmonies of #766F27
Complementary color
Monochromatic Colors of #766F27
Black with #766F27
Text Example
Text Example
White with #766F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F27; }
p { color: rgb(118,111,39); }
H1.HeaderClassName
{
color: #766F27;
}
.AnyTagClassName
{
color: #766F27;
}
</style>
background-color css
<style>
a { background-color: #766F27; }
a { background-color: rgb(118,111,39); }
div.DivClassName
{
background-color: #766F27;
}
.BgClassName
{
background-color: #766F27;
}
</style>
border-color css
<style>
span { border-color: #766F27; }
span { border-color: rgb(118,111,39); }
td.TdClassName
{
border-color: #766F27;
}
.TagClassName
{
border-color: #766F27;
}
</style>