Shades of Olive #968800
Tints of Olive #968800
RGB
CMYK
RGB Variations
Color information
#968800 (or 0x968800) is known color: Olive. HEX triplet: 96, 88 and 00. RGB value is (150,136,0). Sum of RGB (Red+Green+Blue) = 150+136+0=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #968800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968800 is #6977FF. Grayscale: #7D7D7D. Windows color (decimal): -6912000 or 34966. OLE color: 34966.
HSL color Cylindrical-coordinate representation of color #968800: hue angle of 54.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #968800 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.41 |
| HSL | 54.4º | 1% | 0.29% | - |
| HSV(B) | 54.4º | 1% | 0.59% | - |
| XYZ | 21.38 | 24.09 | 3.52 | - |
| YUV | 124.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 0 | 0 | 0.09 | 1 | 0.41 | 54.4 | 1 | 0.29 |
| Hex | 96 | 88 | 0 | 0 | 9 | 64 | 29 | 36 | 64 | 1D |
| Octal | 226 | 210 | 0 | 0 | 11 | 144 | 51 | 66 | 144 | 35 |
| Binary | 10010110 | 10001000 | 0 | 0 | 1001 | 1100100 | 101001 | 110110 | 1100100 | 11101 |
Color Harmonies of #968800
Complementary color
Monochromatic Colors of #968800
Black with #968800
Text Example
Text Example
White with #968800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968800; }
p { color: rgb(150,136,0); }
H1.HeaderClassName
{
color: #968800;
}
.AnyTagClassName
{
color: #968800;
}
</style>
background-color css
<style>
a { background-color: #968800; }
a { background-color: rgb(150,136,0); }
div.DivClassName
{
background-color: #968800;
}
.BgClassName
{
background-color: #968800;
}
</style>
border-color css
<style>
span { border-color: #968800; }
span { border-color: rgb(150,136,0); }
td.TdClassName
{
border-color: #968800;
}
.TagClassName
{
border-color: #968800;
}
</style>