Shades of Olive #786901
Tints of Olive #786901
RGB
CMYK
RGB Variations
Color information
#786901 (or 0x786901) is known color: Olive. HEX triplet: 78, 69 and 01. RGB value is (120,105,1). Sum of RGB (Red+Green+Blue) = 120+105+1=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #786901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786901 is #8796FE. Grayscale: #626262. Windows color (decimal): -8886015 or 92536. OLE color: 92536.
HSL color Cylindrical-coordinate representation of color #786901: hue angle of 52.44º 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 #786901 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.53 |
| HSL | 52.44º | 0.98% | 0.24% | - |
| HSV(B) | 52.44º | 0.99% | 0.47% | - |
| XYZ | 12.8 | 14.1 | 2.08 | - |
| YUV | 97.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 1 | 0 | 0.13 | 0.99 | 0.53 | 52.44 | 0.98 | 0.24 |
| Hex | 78 | 69 | 1 | 0 | D | 63 | 35 | 34 | 62 | 18 |
| Octal | 170 | 151 | 1 | 0 | 15 | 143 | 65 | 64 | 142 | 30 |
| Binary | 1111000 | 1101001 | 1 | 0 | 1101 | 1100011 | 110101 | 110100 | 1100010 | 11000 |
Color Harmonies of #786901
Complementary color
Monochromatic Colors of #786901
Black with #786901
Text Example
Text Example
White with #786901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786901; }
p { color: rgb(120,105,1); }
H1.HeaderClassName
{
color: #786901;
}
.AnyTagClassName
{
color: #786901;
}
</style>
background-color css
<style>
a { background-color: #786901; }
a { background-color: rgb(120,105,1); }
div.DivClassName
{
background-color: #786901;
}
.BgClassName
{
background-color: #786901;
}
</style>
border-color css
<style>
span { border-color: #786901; }
span { border-color: rgb(120,105,1); }
td.TdClassName
{
border-color: #786901;
}
.TagClassName
{
border-color: #786901;
}
</style>