Shades of Olive Drab #799223
Tints of Olive Drab #799223
RGB
CMYK
RGB Variations
Color information
#799223 (or 0x799223) is known color: Olive Drab. HEX triplet: 79, 92 and 23. RGB value is (121,146,35). Sum of RGB (Red+Green+Blue) = 121+146+35=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #799223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799223 is #866DDC. Grayscale: #7E7E7E. Windows color (decimal): -8809949 or 2331257. OLE color: 2331257.
HSL color Cylindrical-coordinate representation of color #799223: hue angle of 73.51º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #799223 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 35 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.43 |
| HSL | 73.51º | 0.61% | 0.35% | - |
| HSV(B) | 73.51º | 0.76% | 0.57% | - |
| XYZ | 18.47 | 24.74 | 5.39 | - |
| YUV | 125.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 35 | 0.17 | 0 | 0.76 | 0.43 | 73.51 | 0.61 | 0.35 |
| Hex | 79 | 92 | 23 | 11 | 0 | 4C | 2B | 4A | 3D | 23 |
| Octal | 171 | 222 | 43 | 21 | 0 | 114 | 53 | 112 | 75 | 43 |
| Binary | 1111001 | 10010010 | 100011 | 10001 | 0 | 1001100 | 101011 | 1001010 | 111101 | 100011 |
Color Harmonies of #799223
Complementary color
Monochromatic Colors of #799223
Black with #799223
Text Example
Text Example
White with #799223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799223; }
p { color: rgb(121,146,35); }
H1.HeaderClassName
{
color: #799223;
}
.AnyTagClassName
{
color: #799223;
}
</style>
background-color css
<style>
a { background-color: #799223; }
a { background-color: rgb(121,146,35); }
div.DivClassName
{
background-color: #799223;
}
.BgClassName
{
background-color: #799223;
}
</style>
border-color css
<style>
span { border-color: #799223; }
span { border-color: rgb(121,146,35); }
td.TdClassName
{
border-color: #799223;
}
.TagClassName
{
border-color: #799223;
}
</style>