Shades of Olive #796701
Tints of Olive #796701
RGB
CMYK
RGB Variations
Color information
#796701 (or 0x796701) is known color: Olive. HEX triplet: 79, 67 and 01. RGB value is (121,103,1). Sum of RGB (Red+Green+Blue) = 121+103+1=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #796701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796701 is #8698FE. Grayscale: #616161. Windows color (decimal): -8820991 or 92025. OLE color: 92025.
HSL color Cylindrical-coordinate representation of color #796701: hue angle of 51º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #796701 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 103 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.53 |
| HSL | 51º | 0.98% | 0.24% | - |
| HSV(B) | 51º | 0.99% | 0.47% | - |
| XYZ | 12.74 | 13.77 | 2.01 | - |
| YUV | 96.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 103 | 1 | 0 | 0.15 | 0.99 | 0.53 | 51 | 0.98 | 0.24 |
| Hex | 79 | 67 | 1 | 0 | F | 63 | 35 | 33 | 62 | 18 |
| Octal | 171 | 147 | 1 | 0 | 17 | 143 | 65 | 63 | 142 | 30 |
| Binary | 1111001 | 1100111 | 1 | 0 | 1111 | 1100011 | 110101 | 110011 | 1100010 | 11000 |
Color Harmonies of #796701
Complementary color
Monochromatic Colors of #796701
Black with #796701
Text Example
Text Example
White with #796701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796701; }
p { color: rgb(121,103,1); }
H1.HeaderClassName
{
color: #796701;
}
.AnyTagClassName
{
color: #796701;
}
</style>
background-color css
<style>
a { background-color: #796701; }
a { background-color: rgb(121,103,1); }
div.DivClassName
{
background-color: #796701;
}
.BgClassName
{
background-color: #796701;
}
</style>
border-color css
<style>
span { border-color: #796701; }
span { border-color: rgb(121,103,1); }
td.TdClassName
{
border-color: #796701;
}
.TagClassName
{
border-color: #796701;
}
</style>