Shades of Olive #787608
Tints of Olive #787608
RGB
CMYK
RGB Variations
Color information
#787608 (or 0x787608) is known color: Olive. HEX triplet: 78, 76 and 08. RGB value is (120,118,8). Sum of RGB (Red+Green+Blue) = 120+118+8=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #787608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787608 is #8789F7. Grayscale: #6A6A6A. Windows color (decimal): -8882680 or 554616. OLE color: 554616.
HSL color Cylindrical-coordinate representation of color #787608: hue angle of 58.93º 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 #787608 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 8 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.53 |
| HSL | 58.93º | 0.88% | 0.25% | - |
| HSV(B) | 58.93º | 0.93% | 0.47% | - |
| XYZ | 14.27 | 16.97 | 2.75 | - |
| YUV | 106.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 8 | 0 | 0.02 | 0.93 | 0.53 | 58.93 | 0.88 | 0.25 |
| Hex | 78 | 76 | 8 | 0 | 2 | 5D | 35 | 3B | 58 | 19 |
| Octal | 170 | 166 | 10 | 0 | 2 | 135 | 65 | 73 | 130 | 31 |
| Binary | 1111000 | 1110110 | 1000 | 0 | 10 | 1011101 | 110101 | 111011 | 1011000 | 11001 |
Color Harmonies of #787608
Complementary color
Monochromatic Colors of #787608
Black with #787608
Text Example
Text Example
White with #787608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787608; }
p { color: rgb(120,118,8); }
H1.HeaderClassName
{
color: #787608;
}
.AnyTagClassName
{
color: #787608;
}
</style>
background-color css
<style>
a { background-color: #787608; }
a { background-color: rgb(120,118,8); }
div.DivClassName
{
background-color: #787608;
}
.BgClassName
{
background-color: #787608;
}
</style>
border-color css
<style>
span { border-color: #787608; }
span { border-color: rgb(120,118,8); }
td.TdClassName
{
border-color: #787608;
}
.TagClassName
{
border-color: #787608;
}
</style>