Shades of Olive #799300
Tints of Olive #799300
RGB
CMYK
RGB Variations
Color information
#799300 (or 0x799300) is known color: Olive. HEX triplet: 79, 93 and 00. RGB value is (121,147,0). Sum of RGB (Red+Green+Blue) = 121+147+0=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #799300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799300 is #866CFF. Grayscale: #7B7B7B. Windows color (decimal): -8809728 or 37753. OLE color: 37753.
HSL color Cylindrical-coordinate representation of color #799300: hue angle of 70.61º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #799300 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 147 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.42 |
| HSL | 70.61º | 1% | 0.29% | - |
| HSV(B) | 70.61º | 1% | 0.58% | - |
| XYZ | 18.32 | 24.93 | 3.85 | - |
| YUV | 122.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 0 | 0.18 | 0 | 1 | 0.42 | 70.61 | 1 | 0.29 |
| Hex | 79 | 93 | 0 | 12 | 0 | 64 | 2A | 47 | 64 | 1D |
| Octal | 171 | 223 | 0 | 22 | 0 | 144 | 52 | 107 | 144 | 35 |
| Binary | 1111001 | 10010011 | 0 | 10010 | 0 | 1100100 | 101010 | 1000111 | 1100100 | 11101 |
Color Harmonies of #799300
Complementary color
Monochromatic Colors of #799300
Black with #799300
Text Example
Text Example
White with #799300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799300; }
p { color: rgb(121,147,0); }
H1.HeaderClassName
{
color: #799300;
}
.AnyTagClassName
{
color: #799300;
}
</style>
background-color css
<style>
a { background-color: #799300; }
a { background-color: rgb(121,147,0); }
div.DivClassName
{
background-color: #799300;
}
.BgClassName
{
background-color: #799300;
}
</style>
border-color css
<style>
span { border-color: #799300; }
span { border-color: rgb(121,147,0); }
td.TdClassName
{
border-color: #799300;
}
.TagClassName
{
border-color: #799300;
}
</style>