Shades of Olive #969203
Tints of Olive #969203
RGB
CMYK
RGB Variations
Color information
#969203 (or 0x969203) is known color: Olive. HEX triplet: 96, 92 and 03. RGB value is (150,146,3). Sum of RGB (Red+Green+Blue) = 150+146+3=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #969203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969203 is #696DFC. Grayscale: #838383. Windows color (decimal): -6909437 or 234134. OLE color: 234134.
HSL color Cylindrical-coordinate representation of color #969203: hue angle of 58.37º 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 #969203 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.41 |
| HSL | 58.37º | 0.96% | 0.3% | - |
| HSV(B) | 58.37º | 0.98% | 0.59% | - |
| XYZ | 22.87 | 27.05 | 4.1 | - |
| YUV | 130.89 | 55.83 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 3 | 0 | 0.03 | 0.98 | 0.41 | 58.37 | 0.96 | 0.3 |
| Hex | 96 | 92 | 3 | 0 | 3 | 62 | 29 | 3A | 60 | 1E |
| Octal | 226 | 222 | 3 | 0 | 3 | 142 | 51 | 72 | 140 | 36 |
| Binary | 10010110 | 10010010 | 11 | 0 | 11 | 1100010 | 101001 | 111010 | 1100000 | 11110 |
Color Harmonies of #969203
Complementary color
Monochromatic Colors of #969203
Black with #969203
Text Example
Text Example
White with #969203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969203; }
p { color: rgb(150,146,3); }
H1.HeaderClassName
{
color: #969203;
}
.AnyTagClassName
{
color: #969203;
}
</style>
background-color css
<style>
a { background-color: #969203; }
a { background-color: rgb(150,146,3); }
div.DivClassName
{
background-color: #969203;
}
.BgClassName
{
background-color: #969203;
}
</style>
border-color css
<style>
span { border-color: #969203; }
span { border-color: rgb(150,146,3); }
td.TdClassName
{
border-color: #969203;
}
.TagClassName
{
border-color: #969203;
}
</style>