Shades of Olive #798200
Tints of Olive #798200
RGB
CMYK
RGB Variations
Color information
#798200 (or 0x798200) is known color: Olive. HEX triplet: 79, 82 and 00. RGB value is (121,130,0). Sum of RGB (Red+Green+Blue) = 121+130+0=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #798200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798200 is #867DFF. Grayscale: #717171. Windows color (decimal): -8814080 or 33401. OLE color: 33401.
HSL color Cylindrical-coordinate representation of color #798200: hue angle of 64.15º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #798200 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.49 |
| HSL | 64.15º | 1% | 0.25% | - |
| HSV(B) | 64.15º | 1% | 0.51% | - |
| XYZ | 15.87 | 20.03 | 3.03 | - |
| YUV | 112.49 | 64.52 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 0 | 0.07 | 0 | 1 | 0.49 | 64.15 | 1 | 0.25 |
| Hex | 79 | 82 | 0 | 7 | 0 | 64 | 31 | 40 | 64 | 19 |
| Octal | 171 | 202 | 0 | 7 | 0 | 144 | 61 | 100 | 144 | 31 |
| Binary | 1111001 | 10000010 | 0 | 111 | 0 | 1100100 | 110001 | 1000000 | 1100100 | 11001 |
Color Harmonies of #798200
Complementary color
Monochromatic Colors of #798200
Black with #798200
Text Example
Text Example
White with #798200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798200; }
p { color: rgb(121,130,0); }
H1.HeaderClassName
{
color: #798200;
}
.AnyTagClassName
{
color: #798200;
}
</style>
background-color css
<style>
a { background-color: #798200; }
a { background-color: rgb(121,130,0); }
div.DivClassName
{
background-color: #798200;
}
.BgClassName
{
background-color: #798200;
}
</style>
border-color css
<style>
span { border-color: #798200; }
span { border-color: rgb(121,130,0); }
td.TdClassName
{
border-color: #798200;
}
.TagClassName
{
border-color: #798200;
}
</style>