Shades of Olive #786500
Tints of Olive #786500
RGB
CMYK
RGB Variations
Color information
#786500 (or 0x786500) is known color: Olive. HEX triplet: 78, 65 and 00. RGB value is (120,101,0). Sum of RGB (Red+Green+Blue) = 120+101+0=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #786500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786500 is #879AFF. Grayscale: #5F5F5F. Windows color (decimal): -8887040 or 25976. OLE color: 25976.
HSL color Cylindrical-coordinate representation of color #786500: hue angle of 50.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #786500 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.53 |
| HSL | 50.5º | 1% | 0.24% | - |
| HSV(B) | 50.5º | 1% | 0.47% | - |
| XYZ | 12.4 | 13.3 | 1.91 | - |
| YUV | 95.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 0 | 0 | 0.16 | 1 | 0.53 | 50.5 | 1 | 0.24 |
| Hex | 78 | 65 | 0 | 0 | 10 | 64 | 35 | 32 | 64 | 18 |
| Octal | 170 | 145 | 0 | 0 | 20 | 144 | 65 | 62 | 144 | 30 |
| Binary | 1111000 | 1100101 | 0 | 0 | 10000 | 1100100 | 110101 | 110010 | 1100100 | 11000 |
Color Harmonies of #786500
Complementary color
Monochromatic Colors of #786500
Black with #786500
Text Example
Text Example
White with #786500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786500; }
p { color: rgb(120,101,0); }
H1.HeaderClassName
{
color: #786500;
}
.AnyTagClassName
{
color: #786500;
}
</style>
background-color css
<style>
a { background-color: #786500; }
a { background-color: rgb(120,101,0); }
div.DivClassName
{
background-color: #786500;
}
.BgClassName
{
background-color: #786500;
}
</style>
border-color css
<style>
span { border-color: #786500; }
span { border-color: rgb(120,101,0); }
td.TdClassName
{
border-color: #786500;
}
.TagClassName
{
border-color: #786500;
}
</style>