Shades of Olive #968608
Tints of Olive #968608
RGB
CMYK
RGB Variations
Color information
#968608 (or 0x968608) is known color: Olive. HEX triplet: 96, 86 and 08. RGB value is (150,134,8). Sum of RGB (Red+Green+Blue) = 150+134+8=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #968608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968608 is #6979F7. Grayscale: #7C7C7C. Windows color (decimal): -6912504 or 558742. OLE color: 558742.
HSL color Cylindrical-coordinate representation of color #968608: hue angle of 53.24º 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 #968608 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 8 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.41 |
| HSL | 53.24º | 0.9% | 0.31% | - |
| HSV(B) | 53.24º | 0.95% | 0.59% | - |
| XYZ | 21.15 | 23.55 | 3.66 | - |
| YUV | 124.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 8 | 0 | 0.11 | 0.95 | 0.41 | 53.24 | 0.9 | 0.31 |
| Hex | 96 | 86 | 8 | 0 | B | 5F | 29 | 35 | 5A | 1F |
| Octal | 226 | 206 | 10 | 0 | 13 | 137 | 51 | 65 | 132 | 37 |
| Binary | 10010110 | 10000110 | 1000 | 0 | 1011 | 1011111 | 101001 | 110101 | 1011010 | 11111 |
Color Harmonies of #968608
Complementary color
Monochromatic Colors of #968608
Black with #968608
Text Example
Text Example
White with #968608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968608; }
p { color: rgb(150,134,8); }
H1.HeaderClassName
{
color: #968608;
}
.AnyTagClassName
{
color: #968608;
}
</style>
background-color css
<style>
a { background-color: #968608; }
a { background-color: rgb(150,134,8); }
div.DivClassName
{
background-color: #968608;
}
.BgClassName
{
background-color: #968608;
}
</style>
border-color css
<style>
span { border-color: #968608; }
span { border-color: rgb(150,134,8); }
td.TdClassName
{
border-color: #968608;
}
.TagClassName
{
border-color: #968608;
}
</style>