Shades of Olive #788A0A
Tints of Olive #788A0A
RGB
CMYK
RGB Variations
Color information
#788A0A (or 0x788A0A) is known color: Olive. HEX triplet: 78, 8A and 0A. RGB value is (120,138,10). Sum of RGB (Red+Green+Blue) = 120+138+10=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #788A0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788A0A is #8775F5. Grayscale: #767676. Windows color (decimal): -8877558 or 690808. OLE color: 690808.
HSL color Cylindrical-coordinate representation of color #788A0A: hue angle of 68.44º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #788A0A is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 10 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.46 |
| HSL | 68.44º | 0.86% | 0.29% | - |
| HSV(B) | 68.44º | 0.93% | 0.54% | - |
| XYZ | 16.89 | 22.19 | 3.68 | - |
| YUV | 118.03 | 67.04 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 10 | 0.13 | 0 | 0.93 | 0.46 | 68.44 | 0.86 | 0.29 |
| Hex | 78 | 8A | A | D | 0 | 5D | 2E | 44 | 56 | 1D |
| Octal | 170 | 212 | 12 | 15 | 0 | 135 | 56 | 104 | 126 | 35 |
| Binary | 1111000 | 10001010 | 1010 | 1101 | 0 | 1011101 | 101110 | 1000100 | 1010110 | 11101 |
Color Harmonies of #788A0A
Complementary color
Monochromatic Colors of #788A0A
Black with #788A0A
Text Example
Text Example
White with #788A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A0A; }
p { color: rgb(120,138,10); }
H1.HeaderClassName
{
color: #788A0A;
}
.AnyTagClassName
{
color: #788A0A;
}
</style>
background-color css
<style>
a { background-color: #788A0A; }
a { background-color: rgb(120,138,10); }
div.DivClassName
{
background-color: #788A0A;
}
.BgClassName
{
background-color: #788A0A;
}
</style>
border-color css
<style>
span { border-color: #788A0A; }
span { border-color: rgb(120,138,10); }
td.TdClassName
{
border-color: #788A0A;
}
.TagClassName
{
border-color: #788A0A;
}
</style>