Shades of Olive #786501
Tints of Olive #786501
RGB
CMYK
RGB Variations
Color information
#786501 (or 0x786501) is known color: Olive. HEX triplet: 78, 65 and 01. RGB value is (120,101,1). Sum of RGB (Red+Green+Blue) = 120+101+1=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #786501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786501 is #879AFE. Grayscale: #5F5F5F. Windows color (decimal): -8887039 or 91512. OLE color: 91512.
HSL color Cylindrical-coordinate representation of color #786501: hue angle of 50.42º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #786501 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.53 |
| HSL | 50.42º | 0.98% | 0.24% | - |
| HSV(B) | 50.42º | 0.99% | 0.47% | - |
| XYZ | 12.4 | 13.3 | 1.94 | - |
| YUV | 95.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 1 | 0 | 0.16 | 0.99 | 0.53 | 50.42 | 0.98 | 0.24 |
| Hex | 78 | 65 | 1 | 0 | 10 | 63 | 35 | 32 | 62 | 18 |
| Octal | 170 | 145 | 1 | 0 | 20 | 143 | 65 | 62 | 142 | 30 |
| Binary | 1111000 | 1100101 | 1 | 0 | 10000 | 1100011 | 110101 | 110010 | 1100010 | 11000 |
Color Harmonies of #786501
Complementary color
Monochromatic Colors of #786501
Black with #786501
Text Example
Text Example
White with #786501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786501; }
p { color: rgb(120,101,1); }
H1.HeaderClassName
{
color: #786501;
}
.AnyTagClassName
{
color: #786501;
}
</style>
background-color css
<style>
a { background-color: #786501; }
a { background-color: rgb(120,101,1); }
div.DivClassName
{
background-color: #786501;
}
.BgClassName
{
background-color: #786501;
}
</style>
border-color css
<style>
span { border-color: #786501; }
span { border-color: rgb(120,101,1); }
td.TdClassName
{
border-color: #786501;
}
.TagClassName
{
border-color: #786501;
}
</style>