Shades of Olive #78890C
Tints of Olive #78890C
RGB
CMYK
RGB Variations
Color information
#78890C (or 0x78890C) is known color: Olive. HEX triplet: 78, 89 and 0C. RGB value is (120,137,12). Sum of RGB (Red+Green+Blue) = 120+137+12=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #78890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78890C is #8776F3. Grayscale: #767676. Windows color (decimal): -8877812 or 821624. OLE color: 821624.
HSL color Cylindrical-coordinate representation of color #78890C: hue angle of 68.16º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78890C is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 12 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.46 |
| HSL | 68.16º | 0.84% | 0.29% | - |
| HSV(B) | 68.16º | 0.91% | 0.54% | - |
| XYZ | 16.76 | 21.91 | 3.69 | - |
| YUV | 117.67 | 68.37 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 12 | 0.12 | 0 | 0.91 | 0.46 | 68.16 | 0.84 | 0.29 |
| Hex | 78 | 89 | C | C | 0 | 5B | 2E | 44 | 54 | 1D |
| Octal | 170 | 211 | 14 | 14 | 0 | 133 | 56 | 104 | 124 | 35 |
| Binary | 1111000 | 10001001 | 1100 | 1100 | 0 | 1011011 | 101110 | 1000100 | 1010100 | 11101 |
Color Harmonies of #78890C
Complementary color
Monochromatic Colors of #78890C
Black with #78890C
Text Example
Text Example
White with #78890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78890C; }
p { color: rgb(120,137,12); }
H1.HeaderClassName
{
color: #78890C;
}
.AnyTagClassName
{
color: #78890C;
}
</style>
background-color css
<style>
a { background-color: #78890C; }
a { background-color: rgb(120,137,12); }
div.DivClassName
{
background-color: #78890C;
}
.BgClassName
{
background-color: #78890C;
}
</style>
border-color css
<style>
span { border-color: #78890C; }
span { border-color: rgb(120,137,12); }
td.TdClassName
{
border-color: #78890C;
}
.TagClassName
{
border-color: #78890C;
}
</style>