Shades of Olive #786A09
Tints of Olive #786A09
RGB
CMYK
RGB Variations
Color information
#786A09 (or 0x786A09) is known color: Olive. HEX triplet: 78, 6A and 09. RGB value is (120,106,9). Sum of RGB (Red+Green+Blue) = 120+106+9=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #786A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786A09 is #8795F6. Grayscale: #636363. Windows color (decimal): -8885751 or 617080. OLE color: 617080.
HSL color Cylindrical-coordinate representation of color #786A09: hue angle of 52.43º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #786A09 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 9 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.53 |
| HSL | 52.43º | 0.86% | 0.25% | - |
| HSV(B) | 52.43º | 0.93% | 0.47% | - |
| XYZ | 12.95 | 14.32 | 2.34 | - |
| YUV | 99.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 9 | 0 | 0.12 | 0.92 | 0.53 | 52.43 | 0.86 | 0.25 |
| Hex | 78 | 6A | 9 | 0 | C | 5C | 35 | 34 | 56 | 19 |
| Octal | 170 | 152 | 11 | 0 | 14 | 134 | 65 | 64 | 126 | 31 |
| Binary | 1111000 | 1101010 | 1001 | 0 | 1100 | 1011100 | 110101 | 110100 | 1010110 | 11001 |
Color Harmonies of #786A09
Complementary color
Monochromatic Colors of #786A09
Black with #786A09
Text Example
Text Example
White with #786A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A09; }
p { color: rgb(120,106,9); }
H1.HeaderClassName
{
color: #786A09;
}
.AnyTagClassName
{
color: #786A09;
}
</style>
background-color css
<style>
a { background-color: #786A09; }
a { background-color: rgb(120,106,9); }
div.DivClassName
{
background-color: #786A09;
}
.BgClassName
{
background-color: #786A09;
}
</style>
border-color css
<style>
span { border-color: #786A09; }
span { border-color: rgb(120,106,9); }
td.TdClassName
{
border-color: #786A09;
}
.TagClassName
{
border-color: #786A09;
}
</style>