Shades of Olive #969305
Tints of Olive #969305
RGB
CMYK
RGB Variations
Color information
#969305 (or 0x969305) is known color: Olive. HEX triplet: 96, 93 and 05. RGB value is (150,147,5). Sum of RGB (Red+Green+Blue) = 150+147+5=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #969305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969305 is #696CFA. Grayscale: #848484. Windows color (decimal): -6909179 or 365462. OLE color: 365462.
HSL color Cylindrical-coordinate representation of color #969305: hue angle of 58.76º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #969305 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.41 |
| HSL | 58.76º | 0.94% | 0.3% | - |
| HSV(B) | 58.76º | 0.97% | 0.59% | - |
| XYZ | 23.04 | 27.36 | 4.21 | - |
| YUV | 131.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 5 | 0 | 0.02 | 0.97 | 0.41 | 58.76 | 0.94 | 0.3 |
| Hex | 96 | 93 | 5 | 0 | 2 | 61 | 29 | 3B | 5E | 1E |
| Octal | 226 | 223 | 5 | 0 | 2 | 141 | 51 | 73 | 136 | 36 |
| Binary | 10010110 | 10010011 | 101 | 0 | 10 | 1100001 | 101001 | 111011 | 1011110 | 11110 |
Color Harmonies of #969305
Complementary color
Monochromatic Colors of #969305
Black with #969305
Text Example
Text Example
White with #969305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969305; }
p { color: rgb(150,147,5); }
H1.HeaderClassName
{
color: #969305;
}
.AnyTagClassName
{
color: #969305;
}
</style>
background-color css
<style>
a { background-color: #969305; }
a { background-color: rgb(150,147,5); }
div.DivClassName
{
background-color: #969305;
}
.BgClassName
{
background-color: #969305;
}
</style>
border-color css
<style>
span { border-color: #969305; }
span { border-color: rgb(150,147,5); }
td.TdClassName
{
border-color: #969305;
}
.TagClassName
{
border-color: #969305;
}
</style>