Shades of Olive #797B09
Tints of Olive #797B09
RGB
CMYK
RGB Variations
Color information
#797B09 (or 0x797B09) is known color: Olive. HEX triplet: 79, 7B and 09. RGB value is (121,123,9). Sum of RGB (Red+Green+Blue) = 121+123+9=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #797B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797B09 is #8684F6. Grayscale: #6D6D6D. Windows color (decimal): -8815863 or 621433. OLE color: 621433.
HSL color Cylindrical-coordinate representation of color #797B09: hue angle of 61.05º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #797B09 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 123 | 9 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.52 |
| HSL | 61.05º | 0.86% | 0.26% | - |
| HSV(B) | 61.05º | 0.93% | 0.48% | - |
| XYZ | 15.02 | 18.25 | 2.99 | - |
| YUV | 109.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 9 | 0.02 | 0 | 0.93 | 0.52 | 61.05 | 0.86 | 0.26 |
| Hex | 79 | 7B | 9 | 2 | 0 | 5D | 34 | 3D | 56 | 1A |
| Octal | 171 | 173 | 11 | 2 | 0 | 135 | 64 | 75 | 126 | 32 |
| Binary | 1111001 | 1111011 | 1001 | 10 | 0 | 1011101 | 110100 | 111101 | 1010110 | 11010 |
Color Harmonies of #797B09
Complementary color
Monochromatic Colors of #797B09
Black with #797B09
Text Example
Text Example
White with #797B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797B09; }
p { color: rgb(121,123,9); }
H1.HeaderClassName
{
color: #797B09;
}
.AnyTagClassName
{
color: #797B09;
}
</style>
background-color css
<style>
a { background-color: #797B09; }
a { background-color: rgb(121,123,9); }
div.DivClassName
{
background-color: #797B09;
}
.BgClassName
{
background-color: #797B09;
}
</style>
border-color css
<style>
span { border-color: #797B09; }
span { border-color: rgb(121,123,9); }
td.TdClassName
{
border-color: #797B09;
}
.TagClassName
{
border-color: #797B09;
}
</style>