Shades of Olive #78870D
Tints of Olive #78870D
RGB
CMYK
RGB Variations
Color information
#78870D (or 0x78870D) is known color: Olive. HEX triplet: 78, 87 and 0D. RGB value is (120,135,13). Sum of RGB (Red+Green+Blue) = 120+135+13=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #78870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78870D is #8778F2. Grayscale: #757575. Windows color (decimal): -8878323 or 886648. OLE color: 886648.
HSL color Cylindrical-coordinate representation of color #78870D: hue angle of 67.38º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78870D is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 13 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.47 |
| HSL | 67.38º | 0.82% | 0.29% | - |
| HSV(B) | 67.38º | 0.9% | 0.53% | - |
| XYZ | 16.48 | 21.35 | 3.63 | - |
| YUV | 116.61 | 69.53 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 13 | 0.11 | 0 | 0.90 | 0.47 | 67.38 | 0.82 | 0.29 |
| Hex | 78 | 87 | D | B | 0 | 5A | 2F | 43 | 52 | 1D |
| Octal | 170 | 207 | 15 | 13 | 0 | 132 | 57 | 103 | 122 | 35 |
| Binary | 1111000 | 10000111 | 1101 | 1011 | 0 | 1011010 | 101111 | 1000011 | 1010010 | 11101 |
Color Harmonies of #78870D
Complementary color
Monochromatic Colors of #78870D
Black with #78870D
Text Example
Text Example
White with #78870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78870D; }
p { color: rgb(120,135,13); }
H1.HeaderClassName
{
color: #78870D;
}
.AnyTagClassName
{
color: #78870D;
}
</style>
background-color css
<style>
a { background-color: #78870D; }
a { background-color: rgb(120,135,13); }
div.DivClassName
{
background-color: #78870D;
}
.BgClassName
{
background-color: #78870D;
}
</style>
border-color css
<style>
span { border-color: #78870D; }
span { border-color: rgb(120,135,13); }
td.TdClassName
{
border-color: #78870D;
}
.TagClassName
{
border-color: #78870D;
}
</style>