Shades of Olive #786705
Tints of Olive #786705
RGB
CMYK
RGB Variations
Color information
#786705 (or 0x786705) is known color: Olive. HEX triplet: 78, 67 and 05. RGB value is (120,103,5). Sum of RGB (Red+Green+Blue) = 120+103+5=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #786705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786705 is #8798FA. Grayscale: #616161. Windows color (decimal): -8886523 or 354168. OLE color: 354168.
HSL color Cylindrical-coordinate representation of color #786705: hue angle of 51.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #786705 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 5 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.53 |
| HSL | 51.13º | 0.92% | 0.25% | - |
| HSV(B) | 51.13º | 0.96% | 0.47% | - |
| XYZ | 12.62 | 13.7 | 2.12 | - |
| YUV | 96.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 5 | 0 | 0.14 | 0.96 | 0.53 | 51.13 | 0.92 | 0.25 |
| Hex | 78 | 67 | 5 | 0 | E | 60 | 35 | 33 | 5C | 19 |
| Octal | 170 | 147 | 5 | 0 | 16 | 140 | 65 | 63 | 134 | 31 |
| Binary | 1111000 | 1100111 | 101 | 0 | 1110 | 1100000 | 110101 | 110011 | 1011100 | 11001 |
Color Harmonies of #786705
Complementary color
Monochromatic Colors of #786705
Black with #786705
Text Example
Text Example
White with #786705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786705; }
p { color: rgb(120,103,5); }
H1.HeaderClassName
{
color: #786705;
}
.AnyTagClassName
{
color: #786705;
}
</style>
background-color css
<style>
a { background-color: #786705; }
a { background-color: rgb(120,103,5); }
div.DivClassName
{
background-color: #786705;
}
.BgClassName
{
background-color: #786705;
}
</style>
border-color css
<style>
span { border-color: #786705; }
span { border-color: rgb(120,103,5); }
td.TdClassName
{
border-color: #786705;
}
.TagClassName
{
border-color: #786705;
}
</style>