Shades of Olive #968808
Tints of Olive #968808
RGB
CMYK
RGB Variations
Color information
#968808 (or 0x968808) is known color: Olive. HEX triplet: 96, 88 and 08. RGB value is (150,136,8). Sum of RGB (Red+Green+Blue) = 150+136+8=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #968808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968808 is #6977F7. Grayscale: #7E7E7E. Windows color (decimal): -6911992 or 559254. OLE color: 559254.
HSL color Cylindrical-coordinate representation of color #968808: hue angle of 54.08º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #968808 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 8 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.41 |
| HSL | 54.08º | 0.9% | 0.31% | - |
| HSV(B) | 54.08º | 0.95% | 0.59% | - |
| XYZ | 21.43 | 24.11 | 3.75 | - |
| YUV | 125.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 8 | 0 | 0.09 | 0.95 | 0.41 | 54.08 | 0.9 | 0.31 |
| Hex | 96 | 88 | 8 | 0 | 9 | 5F | 29 | 36 | 5A | 1F |
| Octal | 226 | 210 | 10 | 0 | 11 | 137 | 51 | 66 | 132 | 37 |
| Binary | 10010110 | 10001000 | 1000 | 0 | 1001 | 1011111 | 101001 | 110110 | 1011010 | 11111 |
Color Harmonies of #968808
Complementary color
Monochromatic Colors of #968808
Black with #968808
Text Example
Text Example
White with #968808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968808; }
p { color: rgb(150,136,8); }
H1.HeaderClassName
{
color: #968808;
}
.AnyTagClassName
{
color: #968808;
}
</style>
background-color css
<style>
a { background-color: #968808; }
a { background-color: rgb(150,136,8); }
div.DivClassName
{
background-color: #968808;
}
.BgClassName
{
background-color: #968808;
}
</style>
border-color css
<style>
span { border-color: #968808; }
span { border-color: rgb(150,136,8); }
td.TdClassName
{
border-color: #968808;
}
.TagClassName
{
border-color: #968808;
}
</style>