Shades of Olivetone #76762B
Tints of Olivetone #76762B
RGB
CMYK
RGB Variations
Color information
#76762B (or 0x76762B) is known color: Olivetone. HEX triplet: 76, 76 and 2B. RGB value is (118,118,43). Sum of RGB (Red+Green+Blue) = 118+118+43=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76762B is #8989D4. Grayscale: #6D6D6D. Windows color (decimal): -9013717 or 2848374. OLE color: 2848374.
HSL color Cylindrical-coordinate representation of color #76762B: hue angle of 60º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76762B is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 43 | - |
| CMYK | 0 | 0 | 0.64 | 0.54 |
| HSL | 60º | 0.47% | 0.32% | - |
| HSV(B) | 60º | 0.64% | 0.46% | - |
| XYZ | 14.39 | 16.98 | 4.81 | - |
| YUV | 109.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 43 | 0 | 0 | 0.64 | 0.54 | 60 | 0.47 | 0.32 |
| Hex | 76 | 76 | 2B | 0 | 0 | 40 | 36 | 3C | 2F | 20 |
| Octal | 166 | 166 | 53 | 0 | 0 | 100 | 66 | 74 | 57 | 40 |
| Binary | 1110110 | 1110110 | 101011 | 0 | 0 | 1000000 | 110110 | 111100 | 101111 | 100000 |
Color Harmonies of #76762B
Complementary color
Monochromatic Colors of #76762B
Black with #76762B
Text Example
Text Example
White with #76762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76762B; }
p { color: rgb(118,118,43); }
H1.HeaderClassName
{
color: #76762B;
}
.AnyTagClassName
{
color: #76762B;
}
</style>
background-color css
<style>
a { background-color: #76762B; }
a { background-color: rgb(118,118,43); }
div.DivClassName
{
background-color: #76762B;
}
.BgClassName
{
background-color: #76762B;
}
</style>
border-color css
<style>
span { border-color: #76762B; }
span { border-color: rgb(118,118,43); }
td.TdClassName
{
border-color: #76762B;
}
.TagClassName
{
border-color: #76762B;
}
</style>