Shades of Olive #787107
Tints of Olive #787107
RGB
CMYK
RGB Variations
Color information
#787107 (or 0x787107) is known color: Olive. HEX triplet: 78, 71 and 07. RGB value is (120,113,7). Sum of RGB (Red+Green+Blue) = 120+113+7=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #787107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787107 is #878EF8. Grayscale: #676767. Windows color (decimal): -8883961 or 487800. OLE color: 487800.
HSL color Cylindrical-coordinate representation of color #787107: hue angle of 56.28º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #787107 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 7 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.53 |
| HSL | 56.28º | 0.89% | 0.25% | - |
| HSV(B) | 56.28º | 0.94% | 0.47% | - |
| XYZ | 13.69 | 15.82 | 2.53 | - |
| YUV | 103.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 7 | 0 | 0.06 | 0.94 | 0.53 | 56.28 | 0.89 | 0.25 |
| Hex | 78 | 71 | 7 | 0 | 6 | 5E | 35 | 38 | 59 | 19 |
| Octal | 170 | 161 | 7 | 0 | 6 | 136 | 65 | 70 | 131 | 31 |
| Binary | 1111000 | 1110001 | 111 | 0 | 110 | 1011110 | 110101 | 111000 | 1011001 | 11001 |
Color Harmonies of #787107
Complementary color
Monochromatic Colors of #787107
Black with #787107
Text Example
Text Example
White with #787107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787107; }
p { color: rgb(120,113,7); }
H1.HeaderClassName
{
color: #787107;
}
.AnyTagClassName
{
color: #787107;
}
</style>
background-color css
<style>
a { background-color: #787107; }
a { background-color: rgb(120,113,7); }
div.DivClassName
{
background-color: #787107;
}
.BgClassName
{
background-color: #787107;
}
</style>
border-color css
<style>
span { border-color: #787107; }
span { border-color: rgb(120,113,7); }
td.TdClassName
{
border-color: #787107;
}
.TagClassName
{
border-color: #787107;
}
</style>