Shades of Olive #797B0C
Tints of Olive #797B0C
RGB
CMYK
RGB Variations
Color information
#797B0C (or 0x797B0C) is known color: Olive. HEX triplet: 79, 7B and 0C. RGB value is (121,123,12). Sum of RGB (Red+Green+Blue) = 121+123+12=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #797B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797B0C is #8684F3. Grayscale: #6E6E6E. Windows color (decimal): -8815860 or 818041. OLE color: 818041.
HSL color Cylindrical-coordinate representation of color #797B0C: hue angle of 61.08º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #797B0C is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 123 | 12 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.52 |
| HSL | 61.08º | 0.82% | 0.26% | - |
| HSV(B) | 61.08º | 0.9% | 0.48% | - |
| XYZ | 15.03 | 18.26 | 3.08 | - |
| YUV | 109.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 12 | 0.02 | 0 | 0.90 | 0.52 | 61.08 | 0.82 | 0.26 |
| Hex | 79 | 7B | C | 2 | 0 | 5A | 34 | 3D | 52 | 1A |
| Octal | 171 | 173 | 14 | 2 | 0 | 132 | 64 | 75 | 122 | 32 |
| Binary | 1111001 | 1111011 | 1100 | 10 | 0 | 1011010 | 110100 | 111101 | 1010010 | 11010 |
Color Harmonies of #797B0C
Complementary color
Monochromatic Colors of #797B0C
Black with #797B0C
Text Example
Text Example
White with #797B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797B0C; }
p { color: rgb(121,123,12); }
H1.HeaderClassName
{
color: #797B0C;
}
.AnyTagClassName
{
color: #797B0C;
}
</style>
background-color css
<style>
a { background-color: #797B0C; }
a { background-color: rgb(121,123,12); }
div.DivClassName
{
background-color: #797B0C;
}
.BgClassName
{
background-color: #797B0C;
}
</style>
border-color css
<style>
span { border-color: #797B0C; }
span { border-color: rgb(121,123,12); }
td.TdClassName
{
border-color: #797B0C;
}
.TagClassName
{
border-color: #797B0C;
}
</style>