Shades of Olive Drab #799320
Tints of Olive Drab #799320
RGB
CMYK
RGB Variations
Color information
#799320 (or 0x799320) is known color: Olive Drab. HEX triplet: 79, 93 and 20. RGB value is (121,147,32). Sum of RGB (Red+Green+Blue) = 121+147+32=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #799320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799320 is #866CDF. Grayscale: #7E7E7E. Windows color (decimal): -8809696 or 2134905. OLE color: 2134905.
HSL color Cylindrical-coordinate representation of color #799320: hue angle of 73.57º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #799320 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 147 | 32 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.42 |
| HSL | 73.57º | 0.64% | 0.35% | - |
| HSV(B) | 73.57º | 0.78% | 0.58% | - |
| XYZ | 18.58 | 25.04 | 5.22 | - |
| YUV | 126.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 32 | 0.18 | 0 | 0.78 | 0.42 | 73.57 | 0.64 | 0.35 |
| Hex | 79 | 93 | 20 | 12 | 0 | 4E | 2A | 4A | 40 | 23 |
| Octal | 171 | 223 | 40 | 22 | 0 | 116 | 52 | 112 | 100 | 43 |
| Binary | 1111001 | 10010011 | 100000 | 10010 | 0 | 1001110 | 101010 | 1001010 | 1000000 | 100011 |
Color Harmonies of #799320
Complementary color
Monochromatic Colors of #799320
Black with #799320
Text Example
Text Example
White with #799320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799320; }
p { color: rgb(121,147,32); }
H1.HeaderClassName
{
color: #799320;
}
.AnyTagClassName
{
color: #799320;
}
</style>
background-color css
<style>
a { background-color: #799320; }
a { background-color: rgb(121,147,32); }
div.DivClassName
{
background-color: #799320;
}
.BgClassName
{
background-color: #799320;
}
</style>
border-color css
<style>
span { border-color: #799320; }
span { border-color: rgb(121,147,32); }
td.TdClassName
{
border-color: #799320;
}
.TagClassName
{
border-color: #799320;
}
</style>