Shades of Olive #797B01
Tints of Olive #797B01
RGB
CMYK
RGB Variations
Color information
#797B01 (or 0x797B01) is known color: Olive. HEX triplet: 79, 7B and 01. RGB value is (121,123,1). Sum of RGB (Red+Green+Blue) = 121+123+1=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #797B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797B01 is #8684FE. Grayscale: #6C6C6C. Windows color (decimal): -8815871 or 97145. OLE color: 97145.
HSL color Cylindrical-coordinate representation of color #797B01: hue angle of 60.98º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #797B01 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 123 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.52 |
| HSL | 60.98º | 0.98% | 0.24% | - |
| HSV(B) | 60.98º | 0.99% | 0.48% | - |
| XYZ | 14.97 | 18.23 | 2.76 | - |
| YUV | 108.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 1 | 0.02 | 0 | 0.99 | 0.52 | 60.98 | 0.98 | 0.24 |
| Hex | 79 | 7B | 1 | 2 | 0 | 63 | 34 | 3D | 62 | 18 |
| Octal | 171 | 173 | 1 | 2 | 0 | 143 | 64 | 75 | 142 | 30 |
| Binary | 1111001 | 1111011 | 1 | 10 | 0 | 1100011 | 110100 | 111101 | 1100010 | 11000 |
Color Harmonies of #797B01
Complementary color
Monochromatic Colors of #797B01
Black with #797B01
Text Example
Text Example
White with #797B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797B01; }
p { color: rgb(121,123,1); }
H1.HeaderClassName
{
color: #797B01;
}
.AnyTagClassName
{
color: #797B01;
}
</style>
background-color css
<style>
a { background-color: #797B01; }
a { background-color: rgb(121,123,1); }
div.DivClassName
{
background-color: #797B01;
}
.BgClassName
{
background-color: #797B01;
}
</style>
border-color css
<style>
span { border-color: #797B01; }
span { border-color: rgb(121,123,1); }
td.TdClassName
{
border-color: #797B01;
}
.TagClassName
{
border-color: #797B01;
}
</style>