Shades of Olive #968D06
Tints of Olive #968D06
RGB
CMYK
RGB Variations
Color information
#968D06 (or 0x968D06) is known color: Olive. HEX triplet: 96, 8D and 06. RGB value is (150,141,6). Sum of RGB (Red+Green+Blue) = 150+141+6=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #968D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968D06 is #6972F9. Grayscale: #808080. Windows color (decimal): -6910714 or 429462. OLE color: 429462.
HSL color Cylindrical-coordinate representation of color #968D06: hue angle of 56.25º 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 #968D06 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 6 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.41 |
| HSL | 56.25º | 0.92% | 0.31% | - |
| HSV(B) | 56.25º | 0.96% | 0.59% | - |
| XYZ | 22.14 | 25.55 | 3.94 | - |
| YUV | 128.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 6 | 0 | 0.06 | 0.96 | 0.41 | 56.25 | 0.92 | 0.31 |
| Hex | 96 | 8D | 6 | 0 | 6 | 60 | 29 | 38 | 5C | 1F |
| Octal | 226 | 215 | 6 | 0 | 6 | 140 | 51 | 70 | 134 | 37 |
| Binary | 10010110 | 10001101 | 110 | 0 | 110 | 1100000 | 101001 | 111000 | 1011100 | 11111 |
Color Harmonies of #968D06
Complementary color
Monochromatic Colors of #968D06
Black with #968D06
Text Example
Text Example
White with #968D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D06; }
p { color: rgb(150,141,6); }
H1.HeaderClassName
{
color: #968D06;
}
.AnyTagClassName
{
color: #968D06;
}
</style>
background-color css
<style>
a { background-color: #968D06; }
a { background-color: rgb(150,141,6); }
div.DivClassName
{
background-color: #968D06;
}
.BgClassName
{
background-color: #968D06;
}
</style>
border-color css
<style>
span { border-color: #968D06; }
span { border-color: rgb(150,141,6); }
td.TdClassName
{
border-color: #968D06;
}
.TagClassName
{
border-color: #968D06;
}
</style>