Shades of Olive #78810D
Tints of Olive #78810D
RGB
CMYK
RGB Variations
Color information
#78810D (or 0x78810D) is known color: Olive. HEX triplet: 78, 81 and 0D. RGB value is (120,129,13). Sum of RGB (Red+Green+Blue) = 120+129+13=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #78810D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78810D is #877EF2. Grayscale: #717171. Windows color (decimal): -8879859 or 885112. OLE color: 885112.
HSL color Cylindrical-coordinate representation of color #78810D: hue angle of 64.66º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78810D is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 129 | 13 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.49 |
| HSL | 64.66º | 0.82% | 0.28% | - |
| HSV(B) | 64.66º | 0.9% | 0.51% | - |
| XYZ | 15.67 | 19.72 | 3.36 | - |
| YUV | 113.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 13 | 0.07 | 0 | 0.90 | 0.49 | 64.66 | 0.82 | 0.28 |
| Hex | 78 | 81 | D | 7 | 0 | 5A | 31 | 41 | 52 | 1C |
| Octal | 170 | 201 | 15 | 7 | 0 | 132 | 61 | 101 | 122 | 34 |
| Binary | 1111000 | 10000001 | 1101 | 111 | 0 | 1011010 | 110001 | 1000001 | 1010010 | 11100 |
Color Harmonies of #78810D
Complementary color
Monochromatic Colors of #78810D
Black with #78810D
Text Example
Text Example
White with #78810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78810D; }
p { color: rgb(120,129,13); }
H1.HeaderClassName
{
color: #78810D;
}
.AnyTagClassName
{
color: #78810D;
}
</style>
background-color css
<style>
a { background-color: #78810D; }
a { background-color: rgb(120,129,13); }
div.DivClassName
{
background-color: #78810D;
}
.BgClassName
{
background-color: #78810D;
}
</style>
border-color css
<style>
span { border-color: #78810D; }
span { border-color: rgb(120,129,13); }
td.TdClassName
{
border-color: #78810D;
}
.TagClassName
{
border-color: #78810D;
}
</style>