Shades of Olive #786E05
Tints of Olive #786E05
RGB
CMYK
RGB Variations
Color information
#786E05 (or 0x786E05) is known color: Olive. HEX triplet: 78, 6E and 05. RGB value is (120,110,5). Sum of RGB (Red+Green+Blue) = 120+110+5=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #786E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786E05 is #8791FA. Grayscale: #656565. Windows color (decimal): -8884731 or 355960. OLE color: 355960.
HSL color Cylindrical-coordinate representation of color #786E05: hue angle of 54.78º 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 #786E05 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 5 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.53 |
| HSL | 54.78º | 0.92% | 0.25% | - |
| HSV(B) | 54.78º | 0.96% | 0.47% | - |
| XYZ | 13.35 | 15.16 | 2.37 | - |
| YUV | 101.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 5 | 0 | 0.08 | 0.96 | 0.53 | 54.78 | 0.92 | 0.25 |
| Hex | 78 | 6E | 5 | 0 | 8 | 60 | 35 | 37 | 5C | 19 |
| Octal | 170 | 156 | 5 | 0 | 10 | 140 | 65 | 67 | 134 | 31 |
| Binary | 1111000 | 1101110 | 101 | 0 | 1000 | 1100000 | 110101 | 110111 | 1011100 | 11001 |
Color Harmonies of #786E05
Complementary color
Monochromatic Colors of #786E05
Black with #786E05
Text Example
Text Example
White with #786E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E05; }
p { color: rgb(120,110,5); }
H1.HeaderClassName
{
color: #786E05;
}
.AnyTagClassName
{
color: #786E05;
}
</style>
background-color css
<style>
a { background-color: #786E05; }
a { background-color: rgb(120,110,5); }
div.DivClassName
{
background-color: #786E05;
}
.BgClassName
{
background-color: #786E05;
}
</style>
border-color css
<style>
span { border-color: #786E05; }
span { border-color: rgb(120,110,5); }
td.TdClassName
{
border-color: #786E05;
}
.TagClassName
{
border-color: #786E05;
}
</style>