Shades of Olivetone #76781D
Tints of Olivetone #76781D
RGB
CMYK
RGB Variations
Color information
#76781D (or 0x76781D) is known color: Olivetone. HEX triplet: 76, 78 and 1D. RGB value is (118,120,29). Sum of RGB (Red+Green+Blue) = 118+120+29=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #76781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76781D is #8987E2. Grayscale: #6D6D6D. Windows color (decimal): -9013219 or 1931382. OLE color: 1931382.
HSL color Cylindrical-coordinate representation of color #76781D: hue angle of 61.32º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76781D is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 29 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.53 |
| HSL | 61.32º | 0.61% | 0.29% | - |
| HSV(B) | 61.32º | 0.76% | 0.47% | - |
| XYZ | 14.41 | 17.37 | 3.76 | - |
| YUV | 109.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 29 | 0.02 | 0 | 0.76 | 0.53 | 61.32 | 0.61 | 0.29 |
| Hex | 76 | 78 | 1D | 2 | 0 | 4C | 35 | 3D | 3D | 1D |
| Octal | 166 | 170 | 35 | 2 | 0 | 114 | 65 | 75 | 75 | 35 |
| Binary | 1110110 | 1111000 | 11101 | 10 | 0 | 1001100 | 110101 | 111101 | 111101 | 11101 |
Color Harmonies of #76781D
Complementary color
Monochromatic Colors of #76781D
Black with #76781D
Text Example
Text Example
White with #76781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76781D; }
p { color: rgb(118,120,29); }
H1.HeaderClassName
{
color: #76781D;
}
.AnyTagClassName
{
color: #76781D;
}
</style>
background-color css
<style>
a { background-color: #76781D; }
a { background-color: rgb(118,120,29); }
div.DivClassName
{
background-color: #76781D;
}
.BgClassName
{
background-color: #76781D;
}
</style>
border-color css
<style>
span { border-color: #76781D; }
span { border-color: rgb(118,120,29); }
td.TdClassName
{
border-color: #76781D;
}
.TagClassName
{
border-color: #76781D;
}
</style>