Shades of Olive #76860C
Tints of Olive #76860C
RGB
CMYK
RGB Variations
Color information
#76860C (or 0x76860C) is known color: Olive. HEX triplet: 76, 86 and 0C. RGB value is (118,134,12). Sum of RGB (Red+Green+Blue) = 118+134+12=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #76860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76860C is #8979F3. Grayscale: #737373. Windows color (decimal): -9009652 or 820854. OLE color: 820854.
HSL color Cylindrical-coordinate representation of color #76860C: hue angle of 67.87º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76860C is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 12 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.47 |
| HSL | 67.87º | 0.84% | 0.29% | - |
| HSV(B) | 67.87º | 0.91% | 0.53% | - |
| XYZ | 16.06 | 20.93 | 3.54 | - |
| YUV | 115.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 12 | 0.12 | 0 | 0.91 | 0.47 | 67.87 | 0.84 | 0.29 |
| Hex | 76 | 86 | C | C | 0 | 5B | 2F | 44 | 54 | 1D |
| Octal | 166 | 206 | 14 | 14 | 0 | 133 | 57 | 104 | 124 | 35 |
| Binary | 1110110 | 10000110 | 1100 | 1100 | 0 | 1011011 | 101111 | 1000100 | 1010100 | 11101 |
Color Harmonies of #76860C
Complementary color
Monochromatic Colors of #76860C
Black with #76860C
Text Example
Text Example
White with #76860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76860C; }
p { color: rgb(118,134,12); }
H1.HeaderClassName
{
color: #76860C;
}
.AnyTagClassName
{
color: #76860C;
}
</style>
background-color css
<style>
a { background-color: #76860C; }
a { background-color: rgb(118,134,12); }
div.DivClassName
{
background-color: #76860C;
}
.BgClassName
{
background-color: #76860C;
}
</style>
border-color css
<style>
span { border-color: #76860C; }
span { border-color: rgb(118,134,12); }
td.TdClassName
{
border-color: #76860C;
}
.TagClassName
{
border-color: #76860C;
}
</style>