Shades of Olive #796C0B
Tints of Olive #796C0B
RGB
CMYK
RGB Variations
Color information
#796C0B (or 0x796C0B) is known color: Olive. HEX triplet: 79, 6C and 0B. RGB value is (121,108,11). Sum of RGB (Red+Green+Blue) = 121+108+11=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #796C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796C0B is #8693F4. Grayscale: #656565. Windows color (decimal): -8819701 or 748665. OLE color: 748665.
HSL color Cylindrical-coordinate representation of color #796C0B: hue angle of 52.91º 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 #796C0B is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 11 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.53 |
| HSL | 52.91º | 0.83% | 0.26% | - |
| HSV(B) | 52.91º | 0.91% | 0.47% | - |
| XYZ | 13.31 | 14.81 | 2.47 | - |
| YUV | 100.83 | 77.31 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 11 | 0 | 0.11 | 0.91 | 0.53 | 52.91 | 0.83 | 0.26 |
| Hex | 79 | 6C | B | 0 | B | 5B | 35 | 35 | 53 | 1A |
| Octal | 171 | 154 | 13 | 0 | 13 | 133 | 65 | 65 | 123 | 32 |
| Binary | 1111001 | 1101100 | 1011 | 0 | 1011 | 1011011 | 110101 | 110101 | 1010011 | 11010 |
Color Harmonies of #796C0B
Complementary color
Monochromatic Colors of #796C0B
Black with #796C0B
Text Example
Text Example
White with #796C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C0B; }
p { color: rgb(121,108,11); }
H1.HeaderClassName
{
color: #796C0B;
}
.AnyTagClassName
{
color: #796C0B;
}
</style>
background-color css
<style>
a { background-color: #796C0B; }
a { background-color: rgb(121,108,11); }
div.DivClassName
{
background-color: #796C0B;
}
.BgClassName
{
background-color: #796C0B;
}
</style>
border-color css
<style>
span { border-color: #796C0B; }
span { border-color: rgb(121,108,11); }
td.TdClassName
{
border-color: #796C0B;
}
.TagClassName
{
border-color: #796C0B;
}
</style>