Shades of Olive #796F08
Tints of Olive #796F08
RGB
CMYK
RGB Variations
Color information
#796F08 (or 0x796F08) is known color: Olive. HEX triplet: 79, 6F and 08. RGB value is (121,111,8). Sum of RGB (Red+Green+Blue) = 121+111+8=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #796F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796F08 is #8690F7. Grayscale: #666666. Windows color (decimal): -8818936 or 552825. OLE color: 552825.
HSL color Cylindrical-coordinate representation of color #796F08: hue angle of 54.69º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #796F08 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 8 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.53 |
| HSL | 54.69º | 0.88% | 0.25% | - |
| HSV(B) | 54.69º | 0.93% | 0.47% | - |
| XYZ | 13.61 | 15.45 | 2.49 | - |
| YUV | 102.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 8 | 0 | 0.08 | 0.93 | 0.53 | 54.69 | 0.88 | 0.25 |
| Hex | 79 | 6F | 8 | 0 | 8 | 5D | 35 | 37 | 58 | 19 |
| Octal | 171 | 157 | 10 | 0 | 10 | 135 | 65 | 67 | 130 | 31 |
| Binary | 1111001 | 1101111 | 1000 | 0 | 1000 | 1011101 | 110101 | 110111 | 1011000 | 11001 |
Color Harmonies of #796F08
Complementary color
Monochromatic Colors of #796F08
Black with #796F08
Text Example
Text Example
White with #796F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F08; }
p { color: rgb(121,111,8); }
H1.HeaderClassName
{
color: #796F08;
}
.AnyTagClassName
{
color: #796F08;
}
</style>
background-color css
<style>
a { background-color: #796F08; }
a { background-color: rgb(121,111,8); }
div.DivClassName
{
background-color: #796F08;
}
.BgClassName
{
background-color: #796F08;
}
</style>
border-color css
<style>
span { border-color: #796F08; }
span { border-color: rgb(121,111,8); }
td.TdClassName
{
border-color: #796F08;
}
.TagClassName
{
border-color: #796F08;
}
</style>