Shades of Olive #787408
Tints of Olive #787408
RGB
CMYK
RGB Variations
Color information
#787408 (or 0x787408) is known color: Olive. HEX triplet: 78, 74 and 08. RGB value is (120,116,8). Sum of RGB (Red+Green+Blue) = 120+116+8=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #787408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787408 is #878BF7. Grayscale: #696969. Windows color (decimal): -8883192 or 554104. OLE color: 554104.
HSL color Cylindrical-coordinate representation of color #787408: hue angle of 57.86º 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 #787408 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 8 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.53 |
| HSL | 57.86º | 0.88% | 0.25% | - |
| HSV(B) | 57.86º | 0.93% | 0.47% | - |
| XYZ | 14.03 | 16.5 | 2.68 | - |
| YUV | 104.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 8 | 0 | 0.03 | 0.93 | 0.53 | 57.86 | 0.88 | 0.25 |
| Hex | 78 | 74 | 8 | 0 | 3 | 5D | 35 | 3A | 58 | 19 |
| Octal | 170 | 164 | 10 | 0 | 3 | 135 | 65 | 72 | 130 | 31 |
| Binary | 1111000 | 1110100 | 1000 | 0 | 11 | 1011101 | 110101 | 111010 | 1011000 | 11001 |
Color Harmonies of #787408
Complementary color
Monochromatic Colors of #787408
Black with #787408
Text Example
Text Example
White with #787408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787408; }
p { color: rgb(120,116,8); }
H1.HeaderClassName
{
color: #787408;
}
.AnyTagClassName
{
color: #787408;
}
</style>
background-color css
<style>
a { background-color: #787408; }
a { background-color: rgb(120,116,8); }
div.DivClassName
{
background-color: #787408;
}
.BgClassName
{
background-color: #787408;
}
</style>
border-color css
<style>
span { border-color: #787408; }
span { border-color: rgb(120,116,8); }
td.TdClassName
{
border-color: #787408;
}
.TagClassName
{
border-color: #787408;
}
</style>