Shades of Olive #968B09
Tints of Olive #968B09
RGB
CMYK
RGB Variations
Color information
#968B09 (or 0x968B09) is known color: Olive. HEX triplet: 96, 8B and 09. RGB value is (150,139,9). Sum of RGB (Red+Green+Blue) = 150+139+9=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #968B09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968B09 is #6974F6. Grayscale: #7F7F7F. Windows color (decimal): -6911223 or 625558. OLE color: 625558.
HSL color Cylindrical-coordinate representation of color #968B09: hue angle of 55.32º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #968B09 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 9 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.41 |
| HSL | 55.32º | 0.89% | 0.31% | - |
| HSV(B) | 55.32º | 0.94% | 0.59% | - |
| XYZ | 21.86 | 24.97 | 3.93 | - |
| YUV | 127.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 9 | 0 | 0.07 | 0.94 | 0.41 | 55.32 | 0.89 | 0.31 |
| Hex | 96 | 8B | 9 | 0 | 7 | 5E | 29 | 37 | 59 | 1F |
| Octal | 226 | 213 | 11 | 0 | 7 | 136 | 51 | 67 | 131 | 37 |
| Binary | 10010110 | 10001011 | 1001 | 0 | 111 | 1011110 | 101001 | 110111 | 1011001 | 11111 |
Color Harmonies of #968B09
Complementary color
Monochromatic Colors of #968B09
Black with #968B09
Text Example
Text Example
White with #968B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B09; }
p { color: rgb(150,139,9); }
H1.HeaderClassName
{
color: #968B09;
}
.AnyTagClassName
{
color: #968B09;
}
</style>
background-color css
<style>
a { background-color: #968B09; }
a { background-color: rgb(150,139,9); }
div.DivClassName
{
background-color: #968B09;
}
.BgClassName
{
background-color: #968B09;
}
</style>
border-color css
<style>
span { border-color: #968B09; }
span { border-color: rgb(150,139,9); }
td.TdClassName
{
border-color: #968B09;
}
.TagClassName
{
border-color: #968B09;
}
</style>