Shades of Olivetone #766C17
Tints of Olivetone #766C17
RGB
CMYK
RGB Variations
Color information
#766C17 (or 0x766C17) is known color: Olivetone. HEX triplet: 76, 6C and 17. RGB value is (118,108,23). Sum of RGB (Red+Green+Blue) = 118+108+23=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #766C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C17 is #8993E8. Grayscale: #656565. Windows color (decimal): -9016297 or 1535094. OLE color: 1535094.
HSL color Cylindrical-coordinate representation of color #766C17: hue angle of 53.68º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #766C17 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 23 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.54 |
| HSL | 53.68º | 0.67% | 0.28% | - |
| HSV(B) | 53.68º | 0.81% | 0.46% | - |
| XYZ | 12.99 | 14.64 | 2.95 | - |
| YUV | 101.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 23 | 0 | 0.08 | 0.81 | 0.54 | 53.68 | 0.67 | 0.28 |
| Hex | 76 | 6C | 17 | 0 | 8 | 51 | 36 | 36 | 43 | 1C |
| Octal | 166 | 154 | 27 | 0 | 10 | 121 | 66 | 66 | 103 | 34 |
| Binary | 1110110 | 1101100 | 10111 | 0 | 1000 | 1010001 | 110110 | 110110 | 1000011 | 11100 |
Color Harmonies of #766C17
Complementary color
Monochromatic Colors of #766C17
Black with #766C17
Text Example
Text Example
White with #766C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C17; }
p { color: rgb(118,108,23); }
H1.HeaderClassName
{
color: #766C17;
}
.AnyTagClassName
{
color: #766C17;
}
</style>
background-color css
<style>
a { background-color: #766C17; }
a { background-color: rgb(118,108,23); }
div.DivClassName
{
background-color: #766C17;
}
.BgClassName
{
background-color: #766C17;
}
</style>
border-color css
<style>
span { border-color: #766C17; }
span { border-color: rgb(118,108,23); }
td.TdClassName
{
border-color: #766C17;
}
.TagClassName
{
border-color: #766C17;
}
</style>