Shades of Olive #786605
Tints of Olive #786605
RGB
CMYK
RGB Variations
Color information
#786605 (or 0x786605) is known color: Olive. HEX triplet: 78, 66 and 05. RGB value is (120,102,5). Sum of RGB (Red+Green+Blue) = 120+102+5=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #786605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786605 is #8799FA. Grayscale: #606060. Windows color (decimal): -8886779 or 353912. OLE color: 353912.
HSL color Cylindrical-coordinate representation of color #786605: hue angle of 50.61º 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 #786605 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 102 | 5 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.53 |
| HSL | 50.61º | 0.92% | 0.25% | - |
| HSV(B) | 50.61º | 0.96% | 0.47% | - |
| XYZ | 12.52 | 13.51 | 2.09 | - |
| YUV | 96.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 5 | 0 | 0.15 | 0.96 | 0.53 | 50.61 | 0.92 | 0.25 |
| Hex | 78 | 66 | 5 | 0 | F | 60 | 35 | 33 | 5C | 19 |
| Octal | 170 | 146 | 5 | 0 | 17 | 140 | 65 | 63 | 134 | 31 |
| Binary | 1111000 | 1100110 | 101 | 0 | 1111 | 1100000 | 110101 | 110011 | 1011100 | 11001 |
Color Harmonies of #786605
Complementary color
Monochromatic Colors of #786605
Black with #786605
Text Example
Text Example
White with #786605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786605; }
p { color: rgb(120,102,5); }
H1.HeaderClassName
{
color: #786605;
}
.AnyTagClassName
{
color: #786605;
}
</style>
background-color css
<style>
a { background-color: #786605; }
a { background-color: rgb(120,102,5); }
div.DivClassName
{
background-color: #786605;
}
.BgClassName
{
background-color: #786605;
}
</style>
border-color css
<style>
span { border-color: #786605; }
span { border-color: rgb(120,102,5); }
td.TdClassName
{
border-color: #786605;
}
.TagClassName
{
border-color: #786605;
}
</style>