Shades of Olivetone #766F25
Tints of Olivetone #766F25
RGB
CMYK
RGB Variations
Color information
#766F25 (or 0x766F25) is known color: Olivetone. HEX triplet: 76, 6F and 25. RGB value is (118,111,37). Sum of RGB (Red+Green+Blue) = 118+111+37=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #766F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F25 is #8990DA. Grayscale: #686868. Windows color (decimal): -9015515 or 2453366. OLE color: 2453366.
HSL color Cylindrical-coordinate representation of color #766F25: hue angle of 54.81º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #766F25 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 37 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.54 |
| HSL | 54.81º | 0.52% | 0.3% | - |
| HSV(B) | 54.81º | 0.69% | 0.46% | - |
| XYZ | 13.49 | 15.35 | 4 | - |
| YUV | 104.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 37 | 0 | 0.06 | 0.69 | 0.54 | 54.81 | 0.52 | 0.3 |
| Hex | 76 | 6F | 25 | 0 | 6 | 45 | 36 | 37 | 34 | 1E |
| Octal | 166 | 157 | 45 | 0 | 6 | 105 | 66 | 67 | 64 | 36 |
| Binary | 1110110 | 1101111 | 100101 | 0 | 110 | 1000101 | 110110 | 110111 | 110100 | 11110 |
Color Harmonies of #766F25
Complementary color
Monochromatic Colors of #766F25
Black with #766F25
Text Example
Text Example
White with #766F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F25; }
p { color: rgb(118,111,37); }
H1.HeaderClassName
{
color: #766F25;
}
.AnyTagClassName
{
color: #766F25;
}
</style>
background-color css
<style>
a { background-color: #766F25; }
a { background-color: rgb(118,111,37); }
div.DivClassName
{
background-color: #766F25;
}
.BgClassName
{
background-color: #766F25;
}
</style>
border-color css
<style>
span { border-color: #766F25; }
span { border-color: rgb(118,111,37); }
td.TdClassName
{
border-color: #766F25;
}
.TagClassName
{
border-color: #766F25;
}
</style>