Shades of Olivetone #76751C
Tints of Olivetone #76751C
RGB
CMYK
RGB Variations
Color information
#76751C (or 0x76751C) is known color: Olivetone. HEX triplet: 76, 75 and 1C. RGB value is (118,117,28). Sum of RGB (Red+Green+Blue) = 118+117+28=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76751C is #898AE3. Grayscale: #6B6B6B. Windows color (decimal): -9013988 or 1865078. OLE color: 1865078.
HSL color Cylindrical-coordinate representation of color #76751C: hue angle of 59.33º 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 #76751C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 28 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.54 |
| HSL | 59.33º | 0.62% | 0.29% | - |
| HSV(B) | 59.33º | 0.76% | 0.46% | - |
| XYZ | 14.04 | 16.66 | 3.57 | - |
| YUV | 107.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 28 | 0 | 0.01 | 0.76 | 0.54 | 59.33 | 0.62 | 0.29 |
| Hex | 76 | 75 | 1C | 0 | 1 | 4C | 36 | 3B | 3E | 1D |
| Octal | 166 | 165 | 34 | 0 | 1 | 114 | 66 | 73 | 76 | 35 |
| Binary | 1110110 | 1110101 | 11100 | 0 | 1 | 1001100 | 110110 | 111011 | 111110 | 11101 |
Color Harmonies of #76751C
Complementary color
Monochromatic Colors of #76751C
Black with #76751C
Text Example
Text Example
White with #76751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76751C; }
p { color: rgb(118,117,28); }
H1.HeaderClassName
{
color: #76751C;
}
.AnyTagClassName
{
color: #76751C;
}
</style>
background-color css
<style>
a { background-color: #76751C; }
a { background-color: rgb(118,117,28); }
div.DivClassName
{
background-color: #76751C;
}
.BgClassName
{
background-color: #76751C;
}
</style>
border-color css
<style>
span { border-color: #76751C; }
span { border-color: rgb(118,117,28); }
td.TdClassName
{
border-color: #76751C;
}
.TagClassName
{
border-color: #76751C;
}
</style>