Shades of Olive #786F09
Tints of Olive #786F09
RGB
CMYK
RGB Variations
Color information
#786F09 (or 0x786F09) is known color: Olive. HEX triplet: 78, 6F and 09. RGB value is (120,111,9). Sum of RGB (Red+Green+Blue) = 120+111+9=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #786F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786F09 is #8790F6. Grayscale: #666666. Windows color (decimal): -8884471 or 618360. OLE color: 618360.
HSL color Cylindrical-coordinate representation of color #786F09: hue angle of 55.14º 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 #786F09 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 9 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.53 |
| HSL | 55.14º | 0.86% | 0.25% | - |
| HSV(B) | 55.14º | 0.93% | 0.47% | - |
| XYZ | 13.48 | 15.38 | 2.52 | - |
| YUV | 102.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 9 | 0 | 0.08 | 0.92 | 0.53 | 55.14 | 0.86 | 0.25 |
| Hex | 78 | 6F | 9 | 0 | 8 | 5C | 35 | 37 | 56 | 19 |
| Octal | 170 | 157 | 11 | 0 | 10 | 134 | 65 | 67 | 126 | 31 |
| Binary | 1111000 | 1101111 | 1001 | 0 | 1000 | 1011100 | 110101 | 110111 | 1010110 | 11001 |
Color Harmonies of #786F09
Complementary color
Monochromatic Colors of #786F09
Black with #786F09
Text Example
Text Example
White with #786F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F09; }
p { color: rgb(120,111,9); }
H1.HeaderClassName
{
color: #786F09;
}
.AnyTagClassName
{
color: #786F09;
}
</style>
background-color css
<style>
a { background-color: #786F09; }
a { background-color: rgb(120,111,9); }
div.DivClassName
{
background-color: #786F09;
}
.BgClassName
{
background-color: #786F09;
}
</style>
border-color css
<style>
span { border-color: #786F09; }
span { border-color: rgb(120,111,9); }
td.TdClassName
{
border-color: #786F09;
}
.TagClassName
{
border-color: #786F09;
}
</style>