Shades of Olive #968C09
Tints of Olive #968C09
RGB
CMYK
RGB Variations
Color information
#968C09 (or 0x968C09) is known color: Olive. HEX triplet: 96, 8C and 09. RGB value is (150,140,9). Sum of RGB (Red+Green+Blue) = 150+140+9=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #968C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968C09 is #6973F6. Grayscale: #808080. Windows color (decimal): -6910967 or 625814. OLE color: 625814.
HSL color Cylindrical-coordinate representation of color #968C09: hue angle of 55.74º 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 #968C09 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 9 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.41 |
| HSL | 55.74º | 0.89% | 0.31% | - |
| HSV(B) | 55.74º | 0.94% | 0.59% | - |
| XYZ | 22.01 | 25.26 | 3.97 | - |
| YUV | 128.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 9 | 0 | 0.07 | 0.94 | 0.41 | 55.74 | 0.89 | 0.31 |
| Hex | 96 | 8C | 9 | 0 | 7 | 5E | 29 | 38 | 59 | 1F |
| Octal | 226 | 214 | 11 | 0 | 7 | 136 | 51 | 70 | 131 | 37 |
| Binary | 10010110 | 10001100 | 1001 | 0 | 111 | 1011110 | 101001 | 111000 | 1011001 | 11111 |
Color Harmonies of #968C09
Complementary color
Monochromatic Colors of #968C09
Black with #968C09
Text Example
Text Example
White with #968C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C09; }
p { color: rgb(150,140,9); }
H1.HeaderClassName
{
color: #968C09;
}
.AnyTagClassName
{
color: #968C09;
}
</style>
background-color css
<style>
a { background-color: #968C09; }
a { background-color: rgb(150,140,9); }
div.DivClassName
{
background-color: #968C09;
}
.BgClassName
{
background-color: #968C09;
}
</style>
border-color css
<style>
span { border-color: #968C09; }
span { border-color: rgb(150,140,9); }
td.TdClassName
{
border-color: #968C09;
}
.TagClassName
{
border-color: #968C09;
}
</style>