Shades of Olivetone #767523
Tints of Olivetone #767523
RGB
CMYK
RGB Variations
Color information
#767523 (or 0x767523) is known color: Olivetone. HEX triplet: 76, 75 and 23. RGB value is (118,117,35). Sum of RGB (Red+Green+Blue) = 118+117+35=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #767523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767523 is #898ADC. Grayscale: #6C6C6C. Windows color (decimal): -9013981 or 2323830. OLE color: 2323830.
HSL color Cylindrical-coordinate representation of color #767523: hue angle of 59.28º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #767523 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 35 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.54 |
| HSL | 59.28º | 0.54% | 0.3% | - |
| HSV(B) | 59.28º | 0.7% | 0.46% | - |
| XYZ | 14.14 | 16.7 | 4.07 | - |
| YUV | 107.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 35 | 0 | 0.01 | 0.70 | 0.54 | 59.28 | 0.54 | 0.3 |
| Hex | 76 | 75 | 23 | 0 | 1 | 46 | 36 | 3B | 36 | 1E |
| Octal | 166 | 165 | 43 | 0 | 1 | 106 | 66 | 73 | 66 | 36 |
| Binary | 1110110 | 1110101 | 100011 | 0 | 1 | 1000110 | 110110 | 111011 | 110110 | 11110 |
Color Harmonies of #767523
Complementary color
Monochromatic Colors of #767523
Black with #767523
Text Example
Text Example
White with #767523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767523; }
p { color: rgb(118,117,35); }
H1.HeaderClassName
{
color: #767523;
}
.AnyTagClassName
{
color: #767523;
}
</style>
background-color css
<style>
a { background-color: #767523; }
a { background-color: rgb(118,117,35); }
div.DivClassName
{
background-color: #767523;
}
.BgClassName
{
background-color: #767523;
}
</style>
border-color css
<style>
span { border-color: #767523; }
span { border-color: rgb(118,117,35); }
td.TdClassName
{
border-color: #767523;
}
.TagClassName
{
border-color: #767523;
}
</style>