Shades of Olive #968508
Tints of Olive #968508
RGB
CMYK
RGB Variations
Color information
#968508 (or 0x968508) is known color: Olive. HEX triplet: 96, 85 and 08. RGB value is (150,133,8). Sum of RGB (Red+Green+Blue) = 150+133+8=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #968508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968508 is #697AF7. Grayscale: #7C7C7C. Windows color (decimal): -6912760 or 558486. OLE color: 558486.
HSL color Cylindrical-coordinate representation of color #968508: hue angle of 52.82º 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 #968508 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 8 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.41 |
| HSL | 52.82º | 0.9% | 0.31% | - |
| HSV(B) | 52.82º | 0.95% | 0.59% | - |
| XYZ | 21.01 | 23.28 | 3.62 | - |
| YUV | 123.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 8 | 0 | 0.11 | 0.95 | 0.41 | 52.82 | 0.9 | 0.31 |
| Hex | 96 | 85 | 8 | 0 | B | 5F | 29 | 35 | 5A | 1F |
| Octal | 226 | 205 | 10 | 0 | 13 | 137 | 51 | 65 | 132 | 37 |
| Binary | 10010110 | 10000101 | 1000 | 0 | 1011 | 1011111 | 101001 | 110101 | 1011010 | 11111 |
Color Harmonies of #968508
Complementary color
Monochromatic Colors of #968508
Black with #968508
Text Example
Text Example
White with #968508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968508; }
p { color: rgb(150,133,8); }
H1.HeaderClassName
{
color: #968508;
}
.AnyTagClassName
{
color: #968508;
}
</style>
background-color css
<style>
a { background-color: #968508; }
a { background-color: rgb(150,133,8); }
div.DivClassName
{
background-color: #968508;
}
.BgClassName
{
background-color: #968508;
}
</style>
border-color css
<style>
span { border-color: #968508; }
span { border-color: rgb(150,133,8); }
td.TdClassName
{
border-color: #968508;
}
.TagClassName
{
border-color: #968508;
}
</style>