Shades of Olive #799201
Tints of Olive #799201
RGB
CMYK
RGB Variations
Color information
#799201 (or 0x799201) is known color: Olive. HEX triplet: 79, 92 and 01. RGB value is (121,146,1). Sum of RGB (Red+Green+Blue) = 121+146+1=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #799201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799201 is #866DFE. Grayscale: #7A7A7A. Windows color (decimal): -8809983 or 103033. OLE color: 103033.
HSL color Cylindrical-coordinate representation of color #799201: hue angle of 70.34º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #799201 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.43 |
| HSL | 70.34º | 0.99% | 0.29% | - |
| HSV(B) | 70.34º | 0.99% | 0.57% | - |
| XYZ | 18.17 | 24.62 | 3.82 | - |
| YUV | 122 | 59.72 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 1 | 0.17 | 0 | 0.99 | 0.43 | 70.34 | 0.99 | 0.29 |
| Hex | 79 | 92 | 1 | 11 | 0 | 63 | 2B | 46 | 63 | 1D |
| Octal | 171 | 222 | 1 | 21 | 0 | 143 | 53 | 106 | 143 | 35 |
| Binary | 1111001 | 10010010 | 1 | 10001 | 0 | 1100011 | 101011 | 1000110 | 1100011 | 11101 |
Color Harmonies of #799201
Complementary color
Monochromatic Colors of #799201
Black with #799201
Text Example
Text Example
White with #799201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799201; }
p { color: rgb(121,146,1); }
H1.HeaderClassName
{
color: #799201;
}
.AnyTagClassName
{
color: #799201;
}
</style>
background-color css
<style>
a { background-color: #799201; }
a { background-color: rgb(121,146,1); }
div.DivClassName
{
background-color: #799201;
}
.BgClassName
{
background-color: #799201;
}
</style>
border-color css
<style>
span { border-color: #799201; }
span { border-color: rgb(121,146,1); }
td.TdClassName
{
border-color: #799201;
}
.TagClassName
{
border-color: #799201;
}
</style>