Shades of Olive #78890B
Tints of Olive #78890B
RGB
CMYK
RGB Variations
Color information
#78890B (or 0x78890B) is known color: Olive. HEX triplet: 78, 89 and 0B. RGB value is (120,137,11). Sum of RGB (Red+Green+Blue) = 120+137+11=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #78890B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78890B is #8776F4. Grayscale: #767676. Windows color (decimal): -8877813 or 756088. OLE color: 756088.
HSL color Cylindrical-coordinate representation of color #78890B: hue angle of 68.1º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78890B is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 11 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.46 |
| HSL | 68.1º | 0.85% | 0.29% | - |
| HSV(B) | 68.1º | 0.92% | 0.54% | - |
| XYZ | 16.75 | 21.91 | 3.66 | - |
| YUV | 117.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 11 | 0.12 | 0 | 0.92 | 0.46 | 68.1 | 0.85 | 0.29 |
| Hex | 78 | 89 | B | C | 0 | 5C | 2E | 44 | 55 | 1D |
| Octal | 170 | 211 | 13 | 14 | 0 | 134 | 56 | 104 | 125 | 35 |
| Binary | 1111000 | 10001001 | 1011 | 1100 | 0 | 1011100 | 101110 | 1000100 | 1010101 | 11101 |
Color Harmonies of #78890B
Complementary color
Monochromatic Colors of #78890B
Black with #78890B
Text Example
Text Example
White with #78890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78890B; }
p { color: rgb(120,137,11); }
H1.HeaderClassName
{
color: #78890B;
}
.AnyTagClassName
{
color: #78890B;
}
</style>
background-color css
<style>
a { background-color: #78890B; }
a { background-color: rgb(120,137,11); }
div.DivClassName
{
background-color: #78890B;
}
.BgClassName
{
background-color: #78890B;
}
</style>
border-color css
<style>
span { border-color: #78890B; }
span { border-color: rgb(120,137,11); }
td.TdClassName
{
border-color: #78890B;
}
.TagClassName
{
border-color: #78890B;
}
</style>