Shades of Olivetone #76731C
Tints of Olivetone #76731C
RGB
CMYK
RGB Variations
Color information
#76731C (or 0x76731C) is known color: Olivetone. HEX triplet: 76, 73 and 1C. RGB value is (118,115,28). Sum of RGB (Red+Green+Blue) = 118+115+28=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76731C is #898CE3. Grayscale: #6A6A6A. Windows color (decimal): -9014500 or 1864566. OLE color: 1864566.
HSL color Cylindrical-coordinate representation of color #76731C: hue angle of 58º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76731C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 28 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.54 |
| HSL | 58º | 0.62% | 0.29% | - |
| HSV(B) | 58º | 0.76% | 0.46% | - |
| XYZ | 13.81 | 16.2 | 3.5 | - |
| YUV | 105.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 28 | 0 | 0.03 | 0.76 | 0.54 | 58 | 0.62 | 0.29 |
| Hex | 76 | 73 | 1C | 0 | 3 | 4C | 36 | 3A | 3E | 1D |
| Octal | 166 | 163 | 34 | 0 | 3 | 114 | 66 | 72 | 76 | 35 |
| Binary | 1110110 | 1110011 | 11100 | 0 | 11 | 1001100 | 110110 | 111010 | 111110 | 11101 |
Color Harmonies of #76731C
Complementary color
Monochromatic Colors of #76731C
Black with #76731C
Text Example
Text Example
White with #76731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76731C; }
p { color: rgb(118,115,28); }
H1.HeaderClassName
{
color: #76731C;
}
.AnyTagClassName
{
color: #76731C;
}
</style>
background-color css
<style>
a { background-color: #76731C; }
a { background-color: rgb(118,115,28); }
div.DivClassName
{
background-color: #76731C;
}
.BgClassName
{
background-color: #76731C;
}
</style>
border-color css
<style>
span { border-color: #76731C; }
span { border-color: rgb(118,115,28); }
td.TdClassName
{
border-color: #76731C;
}
.TagClassName
{
border-color: #76731C;
}
</style>