Shades of Olive #968008
Tints of Olive #968008
RGB
CMYK
RGB Variations
Color information
#968008 (or 0x968008) is known color: Olive. HEX triplet: 96, 80 and 08. RGB value is (150,128,8). Sum of RGB (Red+Green+Blue) = 150+128+8=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #968008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968008 is #697FF7. Grayscale: #797979. Windows color (decimal): -6914040 or 557206. OLE color: 557206.
HSL color Cylindrical-coordinate representation of color #968008: hue angle of 50.7º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #968008 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 8 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.41 |
| HSL | 50.7º | 0.9% | 0.31% | - |
| HSV(B) | 50.7º | 0.95% | 0.59% | - |
| XYZ | 20.34 | 21.94 | 3.39 | - |
| YUV | 120.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 8 | 0 | 0.15 | 0.95 | 0.41 | 50.7 | 0.9 | 0.31 |
| Hex | 96 | 80 | 8 | 0 | F | 5F | 29 | 33 | 5A | 1F |
| Octal | 226 | 200 | 10 | 0 | 17 | 137 | 51 | 63 | 132 | 37 |
| Binary | 10010110 | 10000000 | 1000 | 0 | 1111 | 1011111 | 101001 | 110011 | 1011010 | 11111 |
Color Harmonies of #968008
Complementary color
Monochromatic Colors of #968008
Black with #968008
Text Example
Text Example
White with #968008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968008; }
p { color: rgb(150,128,8); }
H1.HeaderClassName
{
color: #968008;
}
.AnyTagClassName
{
color: #968008;
}
</style>
background-color css
<style>
a { background-color: #968008; }
a { background-color: rgb(150,128,8); }
div.DivClassName
{
background-color: #968008;
}
.BgClassName
{
background-color: #968008;
}
</style>
border-color css
<style>
span { border-color: #968008; }
span { border-color: rgb(150,128,8); }
td.TdClassName
{
border-color: #968008;
}
.TagClassName
{
border-color: #968008;
}
</style>