Shades of Olive #786C0B
Tints of Olive #786C0B
RGB
CMYK
RGB Variations
Color information
#786C0B (or 0x786C0B) is known color: Olive. HEX triplet: 78, 6C and 0B. RGB value is (120,108,11). Sum of RGB (Red+Green+Blue) = 120+108+11=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #786C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786C0B is #8793F4. Grayscale: #646464. Windows color (decimal): -8885237 or 748664. OLE color: 748664.
HSL color Cylindrical-coordinate representation of color #786C0B: hue angle of 53.39º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #786C0B is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 11 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.53 |
| HSL | 53.39º | 0.83% | 0.26% | - |
| HSV(B) | 53.39º | 0.91% | 0.47% | - |
| XYZ | 13.17 | 14.74 | 2.47 | - |
| YUV | 100.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 11 | 0 | 0.10 | 0.91 | 0.53 | 53.39 | 0.83 | 0.26 |
| Hex | 78 | 6C | B | 0 | A | 5B | 35 | 35 | 53 | 1A |
| Octal | 170 | 154 | 13 | 0 | 12 | 133 | 65 | 65 | 123 | 32 |
| Binary | 1111000 | 1101100 | 1011 | 0 | 1010 | 1011011 | 110101 | 110101 | 1010011 | 11010 |
Color Harmonies of #786C0B
Complementary color
Monochromatic Colors of #786C0B
Black with #786C0B
Text Example
Text Example
White with #786C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C0B; }
p { color: rgb(120,108,11); }
H1.HeaderClassName
{
color: #786C0B;
}
.AnyTagClassName
{
color: #786C0B;
}
</style>
background-color css
<style>
a { background-color: #786C0B; }
a { background-color: rgb(120,108,11); }
div.DivClassName
{
background-color: #786C0B;
}
.BgClassName
{
background-color: #786C0B;
}
</style>
border-color css
<style>
span { border-color: #786C0B; }
span { border-color: rgb(120,108,11); }
td.TdClassName
{
border-color: #786C0B;
}
.TagClassName
{
border-color: #786C0B;
}
</style>