Shades of Olive #968206
Tints of Olive #968206
RGB
CMYK
RGB Variations
Color information
#968206 (or 0x968206) is known color: Olive. HEX triplet: 96, 82 and 06. RGB value is (150,130,6). Sum of RGB (Red+Green+Blue) = 150+130+6=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #968206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968206 is #697DF9. Grayscale: #7A7A7A. Windows color (decimal): -6913530 or 426646. OLE color: 426646.
HSL color Cylindrical-coordinate representation of color #968206: hue angle of 51.67º 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 #968206 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 6 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.41 |
| HSL | 51.67º | 0.92% | 0.31% | - |
| HSV(B) | 51.67º | 0.96% | 0.59% | - |
| XYZ | 20.59 | 22.46 | 3.42 | - |
| YUV | 121.84 | 62.63 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 6 | 0 | 0.13 | 0.96 | 0.41 | 51.67 | 0.92 | 0.31 |
| Hex | 96 | 82 | 6 | 0 | D | 60 | 29 | 34 | 5C | 1F |
| Octal | 226 | 202 | 6 | 0 | 15 | 140 | 51 | 64 | 134 | 37 |
| Binary | 10010110 | 10000010 | 110 | 0 | 1101 | 1100000 | 101001 | 110100 | 1011100 | 11111 |
Color Harmonies of #968206
Complementary color
Monochromatic Colors of #968206
Black with #968206
Text Example
Text Example
White with #968206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968206; }
p { color: rgb(150,130,6); }
H1.HeaderClassName
{
color: #968206;
}
.AnyTagClassName
{
color: #968206;
}
</style>
background-color css
<style>
a { background-color: #968206; }
a { background-color: rgb(150,130,6); }
div.DivClassName
{
background-color: #968206;
}
.BgClassName
{
background-color: #968206;
}
</style>
border-color css
<style>
span { border-color: #968206; }
span { border-color: rgb(150,130,6); }
td.TdClassName
{
border-color: #968206;
}
.TagClassName
{
border-color: #968206;
}
</style>