Shades of Olive #798A0F
Tints of Olive #798A0F
RGB
CMYK
RGB Variations
Color information
#798A0F (or 0x798A0F) is known color: Olive. HEX triplet: 79, 8A and 0F. RGB value is (121,138,15). Sum of RGB (Red+Green+Blue) = 121+138+15=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #798A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798A0F is #8675F0. Grayscale: #777777. Windows color (decimal): -8812017 or 1018489. OLE color: 1018489.
HSL color Cylindrical-coordinate representation of color #798A0F: hue angle of 68.29º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #798A0F is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 138 | 15 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.46 |
| HSL | 68.29º | 0.8% | 0.3% | - |
| HSV(B) | 68.29º | 0.89% | 0.54% | - |
| XYZ | 17.06 | 22.28 | 3.85 | - |
| YUV | 118.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 15 | 0.12 | 0 | 0.89 | 0.46 | 68.29 | 0.8 | 0.3 |
| Hex | 79 | 8A | F | C | 0 | 59 | 2E | 44 | 50 | 1E |
| Octal | 171 | 212 | 17 | 14 | 0 | 131 | 56 | 104 | 120 | 36 |
| Binary | 1111001 | 10001010 | 1111 | 1100 | 0 | 1011001 | 101110 | 1000100 | 1010000 | 11110 |
Color Harmonies of #798A0F
Complementary color
Monochromatic Colors of #798A0F
Black with #798A0F
Text Example
Text Example
White with #798A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A0F; }
p { color: rgb(121,138,15); }
H1.HeaderClassName
{
color: #798A0F;
}
.AnyTagClassName
{
color: #798A0F;
}
</style>
background-color css
<style>
a { background-color: #798A0F; }
a { background-color: rgb(121,138,15); }
div.DivClassName
{
background-color: #798A0F;
}
.BgClassName
{
background-color: #798A0F;
}
</style>
border-color css
<style>
span { border-color: #798A0F; }
span { border-color: rgb(121,138,15); }
td.TdClassName
{
border-color: #798A0F;
}
.TagClassName
{
border-color: #798A0F;
}
</style>