Shades of Olive #78890F
Tints of Olive #78890F
RGB
CMYK
RGB Variations
Color information
#78890F (or 0x78890F) is known color: Olive. HEX triplet: 78, 89 and 0F. RGB value is (120,137,15). Sum of RGB (Red+Green+Blue) = 120+137+15=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #78890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78890F is #8776F0. Grayscale: #767676. Windows color (decimal): -8877809 or 1018232. OLE color: 1018232.
HSL color Cylindrical-coordinate representation of color #78890F: hue angle of 68.36º 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 #78890F is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 15 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.46 |
| HSL | 68.36º | 0.8% | 0.3% | - |
| HSV(B) | 68.36º | 0.89% | 0.54% | - |
| XYZ | 16.78 | 21.92 | 3.8 | - |
| YUV | 118.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 15 | 0.12 | 0 | 0.89 | 0.46 | 68.36 | 0.8 | 0.3 |
| Hex | 78 | 89 | F | C | 0 | 59 | 2E | 44 | 50 | 1E |
| Octal | 170 | 211 | 17 | 14 | 0 | 131 | 56 | 104 | 120 | 36 |
| Binary | 1111000 | 10001001 | 1111 | 1100 | 0 | 1011001 | 101110 | 1000100 | 1010000 | 11110 |
Color Harmonies of #78890F
Complementary color
Monochromatic Colors of #78890F
Black with #78890F
Text Example
Text Example
White with #78890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78890F; }
p { color: rgb(120,137,15); }
H1.HeaderClassName
{
color: #78890F;
}
.AnyTagClassName
{
color: #78890F;
}
</style>
background-color css
<style>
a { background-color: #78890F; }
a { background-color: rgb(120,137,15); }
div.DivClassName
{
background-color: #78890F;
}
.BgClassName
{
background-color: #78890F;
}
</style>
border-color css
<style>
span { border-color: #78890F; }
span { border-color: rgb(120,137,15); }
td.TdClassName
{
border-color: #78890F;
}
.TagClassName
{
border-color: #78890F;
}
</style>