Shades of Olive #968509
Tints of Olive #968509
RGB
CMYK
RGB Variations
Color information
#968509 (or 0x968509) is known color: Olive. HEX triplet: 96, 85 and 09. RGB value is (150,133,9). Sum of RGB (Red+Green+Blue) = 150+133+9=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #968509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968509 is #697AF6. Grayscale: #7C7C7C. Windows color (decimal): -6912759 or 624022. OLE color: 624022.
HSL color Cylindrical-coordinate representation of color #968509: hue angle of 52.77º 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 #968509 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 9 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.41 |
| HSL | 52.77º | 0.89% | 0.31% | - |
| HSV(B) | 52.77º | 0.94% | 0.59% | - |
| XYZ | 21.01 | 23.28 | 3.64 | - |
| YUV | 123.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 9 | 0 | 0.11 | 0.94 | 0.41 | 52.77 | 0.89 | 0.31 |
| Hex | 96 | 85 | 9 | 0 | B | 5E | 29 | 35 | 59 | 1F |
| Octal | 226 | 205 | 11 | 0 | 13 | 136 | 51 | 65 | 131 | 37 |
| Binary | 10010110 | 10000101 | 1001 | 0 | 1011 | 1011110 | 101001 | 110101 | 1011001 | 11111 |
Color Harmonies of #968509
Complementary color
Monochromatic Colors of #968509
Black with #968509
Text Example
Text Example
White with #968509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968509; }
p { color: rgb(150,133,9); }
H1.HeaderClassName
{
color: #968509;
}
.AnyTagClassName
{
color: #968509;
}
</style>
background-color css
<style>
a { background-color: #968509; }
a { background-color: rgb(150,133,9); }
div.DivClassName
{
background-color: #968509;
}
.BgClassName
{
background-color: #968509;
}
</style>
border-color css
<style>
span { border-color: #968509; }
span { border-color: rgb(150,133,9); }
td.TdClassName
{
border-color: #968509;
}
.TagClassName
{
border-color: #968509;
}
</style>