Shades of Olive #786E08
Tints of Olive #786E08
RGB
CMYK
RGB Variations
Color information
#786E08 (or 0x786E08) is known color: Olive. HEX triplet: 78, 6E and 08. RGB value is (120,110,8). Sum of RGB (Red+Green+Blue) = 120+110+8=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #786E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786E08 is #8791F7. Grayscale: #656565. Windows color (decimal): -8884728 or 552568. OLE color: 552568.
HSL color Cylindrical-coordinate representation of color #786E08: hue angle of 54.64º degrees, saturation: 0.88, 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 #786E08 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 8 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.53 |
| HSL | 54.64º | 0.88% | 0.25% | - |
| HSV(B) | 54.64º | 0.93% | 0.47% | - |
| XYZ | 13.37 | 15.16 | 2.45 | - |
| YUV | 101.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 8 | 0 | 0.08 | 0.93 | 0.53 | 54.64 | 0.88 | 0.25 |
| Hex | 78 | 6E | 8 | 0 | 8 | 5D | 35 | 37 | 58 | 19 |
| Octal | 170 | 156 | 10 | 0 | 10 | 135 | 65 | 67 | 130 | 31 |
| Binary | 1111000 | 1101110 | 1000 | 0 | 1000 | 1011101 | 110101 | 110111 | 1011000 | 11001 |
Color Harmonies of #786E08
Complementary color
Monochromatic Colors of #786E08
Black with #786E08
Text Example
Text Example
White with #786E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E08; }
p { color: rgb(120,110,8); }
H1.HeaderClassName
{
color: #786E08;
}
.AnyTagClassName
{
color: #786E08;
}
</style>
background-color css
<style>
a { background-color: #786E08; }
a { background-color: rgb(120,110,8); }
div.DivClassName
{
background-color: #786E08;
}
.BgClassName
{
background-color: #786E08;
}
</style>
border-color css
<style>
span { border-color: #786E08; }
span { border-color: rgb(120,110,8); }
td.TdClassName
{
border-color: #786E08;
}
.TagClassName
{
border-color: #786E08;
}
</style>