Shades of Olive #78800C
Tints of Olive #78800C
RGB
CMYK
RGB Variations
Color information
#78800C (or 0x78800C) is known color: Olive. HEX triplet: 78, 80 and 0C. RGB value is (120,128,12). Sum of RGB (Red+Green+Blue) = 120+128+12=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #78800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78800C is #877FF3. Grayscale: #707070. Windows color (decimal): -8880116 or 819320. OLE color: 819320.
HSL color Cylindrical-coordinate representation of color #78800C: hue angle of 64.14º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78800C is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 128 | 12 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.50 |
| HSL | 64.14º | 0.83% | 0.27% | - |
| HSV(B) | 64.14º | 0.91% | 0.5% | - |
| XYZ | 15.53 | 19.46 | 3.29 | - |
| YUV | 112.38 | 71.35 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 12 | 0.06 | 0 | 0.91 | 0.50 | 64.14 | 0.83 | 0.27 |
| Hex | 78 | 80 | C | 6 | 0 | 5B | 32 | 40 | 53 | 1B |
| Octal | 170 | 200 | 14 | 6 | 0 | 133 | 62 | 100 | 123 | 33 |
| Binary | 1111000 | 10000000 | 1100 | 110 | 0 | 1011011 | 110010 | 1000000 | 1010011 | 11011 |
Color Harmonies of #78800C
Complementary color
Monochromatic Colors of #78800C
Black with #78800C
Text Example
Text Example
White with #78800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78800C; }
p { color: rgb(120,128,12); }
H1.HeaderClassName
{
color: #78800C;
}
.AnyTagClassName
{
color: #78800C;
}
</style>
background-color css
<style>
a { background-color: #78800C; }
a { background-color: rgb(120,128,12); }
div.DivClassName
{
background-color: #78800C;
}
.BgClassName
{
background-color: #78800C;
}
</style>
border-color css
<style>
span { border-color: #78800C; }
span { border-color: rgb(120,128,12); }
td.TdClassName
{
border-color: #78800C;
}
.TagClassName
{
border-color: #78800C;
}
</style>