Shades of Olive #968903
Tints of Olive #968903
RGB
CMYK
RGB Variations
Color information
#968903 (or 0x968903) is known color: Olive. HEX triplet: 96, 89 and 03. RGB value is (150,137,3). Sum of RGB (Red+Green+Blue) = 150+137+3=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #968903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968903 is #6976FC. Grayscale: #7E7E7E. Windows color (decimal): -6911741 or 231830. OLE color: 231830.
HSL color Cylindrical-coordinate representation of color #968903: hue angle of 54.69º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #968903 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.41 |
| HSL | 54.69º | 0.96% | 0.3% | - |
| HSV(B) | 54.69º | 0.98% | 0.59% | - |
| XYZ | 21.54 | 24.38 | 3.66 | - |
| YUV | 125.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 3 | 0 | 0.09 | 0.98 | 0.41 | 54.69 | 0.96 | 0.3 |
| Hex | 96 | 89 | 3 | 0 | 9 | 62 | 29 | 37 | 60 | 1E |
| Octal | 226 | 211 | 3 | 0 | 11 | 142 | 51 | 67 | 140 | 36 |
| Binary | 10010110 | 10001001 | 11 | 0 | 1001 | 1100010 | 101001 | 110111 | 1100000 | 11110 |
Color Harmonies of #968903
Complementary color
Monochromatic Colors of #968903
Black with #968903
Text Example
Text Example
White with #968903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968903; }
p { color: rgb(150,137,3); }
H1.HeaderClassName
{
color: #968903;
}
.AnyTagClassName
{
color: #968903;
}
</style>
background-color css
<style>
a { background-color: #968903; }
a { background-color: rgb(150,137,3); }
div.DivClassName
{
background-color: #968903;
}
.BgClassName
{
background-color: #968903;
}
</style>
border-color css
<style>
span { border-color: #968903; }
span { border-color: rgb(150,137,3); }
td.TdClassName
{
border-color: #968903;
}
.TagClassName
{
border-color: #968903;
}
</style>