Shades of Olive #968C06
Tints of Olive #968C06
RGB
CMYK
RGB Variations
Color information
#968C06 (or 0x968C06) is known color: Olive. HEX triplet: 96, 8C and 06. RGB value is (150,140,6). Sum of RGB (Red+Green+Blue) = 150+140+6=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #968C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968C06 is #6973F9. Grayscale: #808080. Windows color (decimal): -6910970 or 429206. OLE color: 429206.
HSL color Cylindrical-coordinate representation of color #968C06: hue angle of 55.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #968C06 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 6 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.41 |
| HSL | 55.83º | 0.92% | 0.31% | - |
| HSV(B) | 55.83º | 0.96% | 0.59% | - |
| XYZ | 21.99 | 25.25 | 3.89 | - |
| YUV | 127.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 6 | 0 | 0.07 | 0.96 | 0.41 | 55.83 | 0.92 | 0.31 |
| Hex | 96 | 8C | 6 | 0 | 7 | 60 | 29 | 38 | 5C | 1F |
| Octal | 226 | 214 | 6 | 0 | 7 | 140 | 51 | 70 | 134 | 37 |
| Binary | 10010110 | 10001100 | 110 | 0 | 111 | 1100000 | 101001 | 111000 | 1011100 | 11111 |
Color Harmonies of #968C06
Complementary color
Monochromatic Colors of #968C06
Black with #968C06
Text Example
Text Example
White with #968C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C06; }
p { color: rgb(150,140,6); }
H1.HeaderClassName
{
color: #968C06;
}
.AnyTagClassName
{
color: #968C06;
}
</style>
background-color css
<style>
a { background-color: #968C06; }
a { background-color: rgb(150,140,6); }
div.DivClassName
{
background-color: #968C06;
}
.BgClassName
{
background-color: #968C06;
}
</style>
border-color css
<style>
span { border-color: #968C06; }
span { border-color: rgb(150,140,6); }
td.TdClassName
{
border-color: #968C06;
}
.TagClassName
{
border-color: #968C06;
}
</style>