Shades of Olive #786C01
Tints of Olive #786C01
RGB
CMYK
RGB Variations
Color information
#786C01 (or 0x786C01) is known color: Olive. HEX triplet: 78, 6C and 01. RGB value is (120,108,1). Sum of RGB (Red+Green+Blue) = 120+108+1=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #786C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786C01 is #8793FE. Grayscale: #636363. Windows color (decimal): -8885247 or 93304. OLE color: 93304.
HSL color Cylindrical-coordinate representation of color #786C01: hue angle of 53.95º 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 #786C01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.53 |
| HSL | 53.95º | 0.98% | 0.24% | - |
| HSV(B) | 53.95º | 0.99% | 0.47% | - |
| XYZ | 13.11 | 14.72 | 2.18 | - |
| YUV | 99.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 1 | 0 | 0.10 | 0.99 | 0.53 | 53.95 | 0.98 | 0.24 |
| Hex | 78 | 6C | 1 | 0 | A | 63 | 35 | 36 | 62 | 18 |
| Octal | 170 | 154 | 1 | 0 | 12 | 143 | 65 | 66 | 142 | 30 |
| Binary | 1111000 | 1101100 | 1 | 0 | 1010 | 1100011 | 110101 | 110110 | 1100010 | 11000 |
Color Harmonies of #786C01
Complementary color
Monochromatic Colors of #786C01
Black with #786C01
Text Example
Text Example
White with #786C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C01; }
p { color: rgb(120,108,1); }
H1.HeaderClassName
{
color: #786C01;
}
.AnyTagClassName
{
color: #786C01;
}
</style>
background-color css
<style>
a { background-color: #786C01; }
a { background-color: rgb(120,108,1); }
div.DivClassName
{
background-color: #786C01;
}
.BgClassName
{
background-color: #786C01;
}
</style>
border-color css
<style>
span { border-color: #786C01; }
span { border-color: rgb(120,108,1); }
td.TdClassName
{
border-color: #786C01;
}
.TagClassName
{
border-color: #786C01;
}
</style>