Shades of Olive #798800
Tints of Olive #798800
RGB
CMYK
RGB Variations
Color information
#798800 (or 0x798800) is known color: Olive. HEX triplet: 79, 88 and 00. RGB value is (121,136,0). Sum of RGB (Red+Green+Blue) = 121+136+0=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #798800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798800 is #8677FF. Grayscale: #747474. Windows color (decimal): -8812544 or 34937. OLE color: 34937.
HSL color Cylindrical-coordinate representation of color #798800: hue angle of 66.62º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #798800 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 136 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.47 |
| HSL | 66.62º | 1% | 0.27% | - |
| HSV(B) | 66.62º | 1% | 0.53% | - |
| XYZ | 16.69 | 21.67 | 3.3 | - |
| YUV | 116.01 | 62.53 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 0 | 0.11 | 0 | 1 | 0.47 | 66.62 | 1 | 0.27 |
| Hex | 79 | 88 | 0 | B | 0 | 64 | 2F | 43 | 64 | 1B |
| Octal | 171 | 210 | 0 | 13 | 0 | 144 | 57 | 103 | 144 | 33 |
| Binary | 1111001 | 10001000 | 0 | 1011 | 0 | 1100100 | 101111 | 1000011 | 1100100 | 11011 |
Color Harmonies of #798800
Complementary color
Monochromatic Colors of #798800
Black with #798800
Text Example
Text Example
White with #798800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798800; }
p { color: rgb(121,136,0); }
H1.HeaderClassName
{
color: #798800;
}
.AnyTagClassName
{
color: #798800;
}
</style>
background-color css
<style>
a { background-color: #798800; }
a { background-color: rgb(121,136,0); }
div.DivClassName
{
background-color: #798800;
}
.BgClassName
{
background-color: #798800;
}
</style>
border-color css
<style>
span { border-color: #798800; }
span { border-color: rgb(121,136,0); }
td.TdClassName
{
border-color: #798800;
}
.TagClassName
{
border-color: #798800;
}
</style>