Shades of Olive #78880F
Tints of Olive #78880F
RGB
CMYK
RGB Variations
Color information
#78880F (or 0x78880F) is known color: Olive. HEX triplet: 78, 88 and 0F. RGB value is (120,136,15). Sum of RGB (Red+Green+Blue) = 120+136+15=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #78880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78880F is #8777F0. Grayscale: #757575. Windows color (decimal): -8878065 or 1017976. OLE color: 1017976.
HSL color Cylindrical-coordinate representation of color #78880F: hue angle of 67.93º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78880F is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 15 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.47 |
| HSL | 67.93º | 0.8% | 0.3% | - |
| HSV(B) | 67.93º | 0.89% | 0.53% | - |
| XYZ | 16.64 | 21.64 | 3.75 | - |
| YUV | 117.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 15 | 0.12 | 0 | 0.89 | 0.47 | 67.93 | 0.8 | 0.3 |
| Hex | 78 | 88 | F | C | 0 | 59 | 2F | 44 | 50 | 1E |
| Octal | 170 | 210 | 17 | 14 | 0 | 131 | 57 | 104 | 120 | 36 |
| Binary | 1111000 | 10001000 | 1111 | 1100 | 0 | 1011001 | 101111 | 1000100 | 1010000 | 11110 |
Color Harmonies of #78880F
Complementary color
Monochromatic Colors of #78880F
Black with #78880F
Text Example
Text Example
White with #78880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78880F; }
p { color: rgb(120,136,15); }
H1.HeaderClassName
{
color: #78880F;
}
.AnyTagClassName
{
color: #78880F;
}
</style>
background-color css
<style>
a { background-color: #78880F; }
a { background-color: rgb(120,136,15); }
div.DivClassName
{
background-color: #78880F;
}
.BgClassName
{
background-color: #78880F;
}
</style>
border-color css
<style>
span { border-color: #78880F; }
span { border-color: rgb(120,136,15); }
td.TdClassName
{
border-color: #78880F;
}
.TagClassName
{
border-color: #78880F;
}
</style>