Shades of Olive #798700
Tints of Olive #798700
RGB
CMYK
RGB Variations
Color information
#798700 (or 0x798700) is known color: Olive. HEX triplet: 79, 87 and 00. RGB value is (121,135,0). Sum of RGB (Red+Green+Blue) = 121+135+0=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #798700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798700 is #8678FF. Grayscale: #737373. Windows color (decimal): -8812800 or 34681. OLE color: 34681.
HSL color Cylindrical-coordinate representation of color #798700: hue angle of 66.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #798700 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 135 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.47 |
| HSL | 66.22º | 1% | 0.26% | - |
| HSV(B) | 66.22º | 1% | 0.53% | - |
| XYZ | 16.55 | 21.39 | 3.26 | - |
| YUV | 115.42 | 62.86 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 135 | 0 | 0.10 | 0 | 1 | 0.47 | 66.22 | 1 | 0.26 |
| Hex | 79 | 87 | 0 | A | 0 | 64 | 2F | 42 | 64 | 1A |
| Octal | 171 | 207 | 0 | 12 | 0 | 144 | 57 | 102 | 144 | 32 |
| Binary | 1111001 | 10000111 | 0 | 1010 | 0 | 1100100 | 101111 | 1000010 | 1100100 | 11010 |
Color Harmonies of #798700
Complementary color
Monochromatic Colors of #798700
Black with #798700
Text Example
Text Example
White with #798700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798700; }
p { color: rgb(121,135,0); }
H1.HeaderClassName
{
color: #798700;
}
.AnyTagClassName
{
color: #798700;
}
</style>
background-color css
<style>
a { background-color: #798700; }
a { background-color: rgb(121,135,0); }
div.DivClassName
{
background-color: #798700;
}
.BgClassName
{
background-color: #798700;
}
</style>
border-color css
<style>
span { border-color: #798700; }
span { border-color: rgb(121,135,0); }
td.TdClassName
{
border-color: #798700;
}
.TagClassName
{
border-color: #798700;
}
</style>