Shades of Olive #768808
Tints of Olive #768808
RGB
CMYK
RGB Variations
Color information
#768808 (or 0x768808) is known color: Olive. HEX triplet: 76, 88 and 08. RGB value is (118,136,8). Sum of RGB (Red+Green+Blue) = 118+136+8=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #768808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768808 is #8977F7. Grayscale: #747474. Windows color (decimal): -9009144 or 559222. OLE color: 559222.
HSL color Cylindrical-coordinate representation of color #768808: hue angle of 68.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #768808 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 8 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.47 |
| HSL | 68.44º | 0.89% | 0.28% | - |
| HSV(B) | 68.44º | 0.94% | 0.53% | - |
| XYZ | 16.32 | 21.48 | 3.52 | - |
| YUV | 116.03 | 67.04 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 8 | 0.13 | 0 | 0.94 | 0.47 | 68.44 | 0.89 | 0.28 |
| Hex | 76 | 88 | 8 | D | 0 | 5E | 2F | 44 | 59 | 1C |
| Octal | 166 | 210 | 10 | 15 | 0 | 136 | 57 | 104 | 131 | 34 |
| Binary | 1110110 | 10001000 | 1000 | 1101 | 0 | 1011110 | 101111 | 1000100 | 1011001 | 11100 |
Color Harmonies of #768808
Complementary color
Monochromatic Colors of #768808
Black with #768808
Text Example
Text Example
White with #768808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768808; }
p { color: rgb(118,136,8); }
H1.HeaderClassName
{
color: #768808;
}
.AnyTagClassName
{
color: #768808;
}
</style>
background-color css
<style>
a { background-color: #768808; }
a { background-color: rgb(118,136,8); }
div.DivClassName
{
background-color: #768808;
}
.BgClassName
{
background-color: #768808;
}
</style>
border-color css
<style>
span { border-color: #768808; }
span { border-color: rgb(118,136,8); }
td.TdClassName
{
border-color: #768808;
}
.TagClassName
{
border-color: #768808;
}
</style>