Shades of Olivetone #766A1A
Tints of Olivetone #766A1A
RGB
CMYK
RGB Variations
Color information
#766A1A (or 0x766A1A) is known color: Olivetone. HEX triplet: 76, 6A and 1A. RGB value is (118,106,26). Sum of RGB (Red+Green+Blue) = 118+106+26=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #766A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A1A is #8995E5. Grayscale: #646464. Windows color (decimal): -9016806 or 1731190. OLE color: 1731190.
HSL color Cylindrical-coordinate representation of color #766A1A: hue angle of 52.17º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #766A1A is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 26 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.54 |
| HSL | 52.17º | 0.64% | 0.28% | - |
| HSV(B) | 52.17º | 0.78% | 0.46% | - |
| XYZ | 12.81 | 14.23 | 3.05 | - |
| YUV | 100.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 26 | 0 | 0.10 | 0.78 | 0.54 | 52.17 | 0.64 | 0.28 |
| Hex | 76 | 6A | 1A | 0 | A | 4E | 36 | 34 | 40 | 1C |
| Octal | 166 | 152 | 32 | 0 | 12 | 116 | 66 | 64 | 100 | 34 |
| Binary | 1110110 | 1101010 | 11010 | 0 | 1010 | 1001110 | 110110 | 110100 | 1000000 | 11100 |
Color Harmonies of #766A1A
Complementary color
Monochromatic Colors of #766A1A
Black with #766A1A
Text Example
Text Example
White with #766A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A1A; }
p { color: rgb(118,106,26); }
H1.HeaderClassName
{
color: #766A1A;
}
.AnyTagClassName
{
color: #766A1A;
}
</style>
background-color css
<style>
a { background-color: #766A1A; }
a { background-color: rgb(118,106,26); }
div.DivClassName
{
background-color: #766A1A;
}
.BgClassName
{
background-color: #766A1A;
}
</style>
border-color css
<style>
span { border-color: #766A1A; }
span { border-color: rgb(118,106,26); }
td.TdClassName
{
border-color: #766A1A;
}
.TagClassName
{
border-color: #766A1A;
}
</style>