Shades of Olive #78890D
Tints of Olive #78890D
RGB
CMYK
RGB Variations
Color information
#78890D (or 0x78890D) is known color: Olive. HEX triplet: 78, 89 and 0D. RGB value is (120,137,13). Sum of RGB (Red+Green+Blue) = 120+137+13=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #78890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78890D is #8776F2. Grayscale: #767676. Windows color (decimal): -8877811 or 887160. OLE color: 887160.
HSL color Cylindrical-coordinate representation of color #78890D: hue angle of 68.23º degrees, saturation: 0.83, 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 #78890D is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 13 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.46 |
| HSL | 68.23º | 0.83% | 0.29% | - |
| HSV(B) | 68.23º | 0.91% | 0.54% | - |
| XYZ | 16.76 | 21.91 | 3.73 | - |
| YUV | 117.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 13 | 0.12 | 0 | 0.91 | 0.46 | 68.23 | 0.83 | 0.29 |
| Hex | 78 | 89 | D | C | 0 | 5B | 2E | 44 | 53 | 1D |
| Octal | 170 | 211 | 15 | 14 | 0 | 133 | 56 | 104 | 123 | 35 |
| Binary | 1111000 | 10001001 | 1101 | 1100 | 0 | 1011011 | 101110 | 1000100 | 1010011 | 11101 |
Color Harmonies of #78890D
Complementary color
Monochromatic Colors of #78890D
Black with #78890D
Text Example
Text Example
White with #78890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78890D; }
p { color: rgb(120,137,13); }
H1.HeaderClassName
{
color: #78890D;
}
.AnyTagClassName
{
color: #78890D;
}
</style>
background-color css
<style>
a { background-color: #78890D; }
a { background-color: rgb(120,137,13); }
div.DivClassName
{
background-color: #78890D;
}
.BgClassName
{
background-color: #78890D;
}
</style>
border-color css
<style>
span { border-color: #78890D; }
span { border-color: rgb(120,137,13); }
td.TdClassName
{
border-color: #78890D;
}
.TagClassName
{
border-color: #78890D;
}
</style>