Shades of Olive #968A09
Tints of Olive #968A09
RGB
CMYK
RGB Variations
Color information
#968A09 (or 0x968A09) is known color: Olive. HEX triplet: 96, 8A and 09. RGB value is (150,138,9). Sum of RGB (Red+Green+Blue) = 150+138+9=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #968A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968A09 is #6975F6. Grayscale: #7F7F7F. Windows color (decimal): -6911479 or 625302. OLE color: 625302.
HSL color Cylindrical-coordinate representation of color #968A09: hue angle of 54.89º 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 #968A09 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 9 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.41 |
| HSL | 54.89º | 0.89% | 0.31% | - |
| HSV(B) | 54.89º | 0.94% | 0.59% | - |
| XYZ | 21.72 | 24.68 | 3.88 | - |
| YUV | 126.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 9 | 0 | 0.08 | 0.94 | 0.41 | 54.89 | 0.89 | 0.31 |
| Hex | 96 | 8A | 9 | 0 | 8 | 5E | 29 | 37 | 59 | 1F |
| Octal | 226 | 212 | 11 | 0 | 10 | 136 | 51 | 67 | 131 | 37 |
| Binary | 10010110 | 10001010 | 1001 | 0 | 1000 | 1011110 | 101001 | 110111 | 1011001 | 11111 |
Color Harmonies of #968A09
Complementary color
Monochromatic Colors of #968A09
Black with #968A09
Text Example
Text Example
White with #968A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A09; }
p { color: rgb(150,138,9); }
H1.HeaderClassName
{
color: #968A09;
}
.AnyTagClassName
{
color: #968A09;
}
</style>
background-color css
<style>
a { background-color: #968A09; }
a { background-color: rgb(150,138,9); }
div.DivClassName
{
background-color: #968A09;
}
.BgClassName
{
background-color: #968A09;
}
</style>
border-color css
<style>
span { border-color: #968A09; }
span { border-color: rgb(150,138,9); }
td.TdClassName
{
border-color: #968A09;
}
.TagClassName
{
border-color: #968A09;
}
</style>