Shades of Olive #787808
Tints of Olive #787808
RGB
CMYK
RGB Variations
Color information
#787808 (or 0x787808) is known color: Olive. HEX triplet: 78, 78 and 08. RGB value is (120,120,8). Sum of RGB (Red+Green+Blue) = 120+120+8=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787808 is #8787F7. Grayscale: #6B6B6B. Windows color (decimal): -8882168 or 555128. OLE color: 555128.
HSL color Cylindrical-coordinate representation of color #787808: hue angle of 60º 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 #787808 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 8 | - |
| CMYK | 0 | 0 | 0.93 | 0.53 |
| HSL | 60º | 0.88% | 0.25% | - |
| HSV(B) | 60º | 0.93% | 0.47% | - |
| XYZ | 14.51 | 17.44 | 2.83 | - |
| YUV | 107.23 | 72 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 8 | 0 | 0 | 0.93 | 0.53 | 60 | 0.88 | 0.25 |
| Hex | 78 | 78 | 8 | 0 | 0 | 5D | 35 | 3C | 58 | 19 |
| Octal | 170 | 170 | 10 | 0 | 0 | 135 | 65 | 74 | 130 | 31 |
| Binary | 1111000 | 1111000 | 1000 | 0 | 0 | 1011101 | 110101 | 111100 | 1011000 | 11001 |
Color Harmonies of #787808
Complementary color
Monochromatic Colors of #787808
Black with #787808
Text Example
Text Example
White with #787808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787808; }
p { color: rgb(120,120,8); }
H1.HeaderClassName
{
color: #787808;
}
.AnyTagClassName
{
color: #787808;
}
</style>
background-color css
<style>
a { background-color: #787808; }
a { background-color: rgb(120,120,8); }
div.DivClassName
{
background-color: #787808;
}
.BgClassName
{
background-color: #787808;
}
</style>
border-color css
<style>
span { border-color: #787808; }
span { border-color: rgb(120,120,8); }
td.TdClassName
{
border-color: #787808;
}
.TagClassName
{
border-color: #787808;
}
</style>