Shades of Olive #969302
Tints of Olive #969302
RGB
CMYK
RGB Variations
Color information
#969302 (or 0x969302) is known color: Olive. HEX triplet: 96, 93 and 02. RGB value is (150,147,2). Sum of RGB (Red+Green+Blue) = 150+147+2=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #969302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969302 is #696CFD. Grayscale: #838383. Windows color (decimal): -6909182 or 168854. OLE color: 168854.
HSL color Cylindrical-coordinate representation of color #969302: hue angle of 58.78º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #969302 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.41 |
| HSL | 58.78º | 0.97% | 0.3% | - |
| HSV(B) | 58.78º | 0.99% | 0.59% | - |
| XYZ | 23.02 | 27.36 | 4.12 | - |
| YUV | 131.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 2 | 0 | 0.02 | 0.99 | 0.41 | 58.78 | 0.97 | 0.3 |
| Hex | 96 | 93 | 2 | 0 | 2 | 63 | 29 | 3B | 61 | 1E |
| Octal | 226 | 223 | 2 | 0 | 2 | 143 | 51 | 73 | 141 | 36 |
| Binary | 10010110 | 10010011 | 10 | 0 | 10 | 1100011 | 101001 | 111011 | 1100001 | 11110 |
Color Harmonies of #969302
Complementary color
Monochromatic Colors of #969302
Black with #969302
Text Example
Text Example
White with #969302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969302; }
p { color: rgb(150,147,2); }
H1.HeaderClassName
{
color: #969302;
}
.AnyTagClassName
{
color: #969302;
}
</style>
background-color css
<style>
a { background-color: #969302; }
a { background-color: rgb(150,147,2); }
div.DivClassName
{
background-color: #969302;
}
.BgClassName
{
background-color: #969302;
}
</style>
border-color css
<style>
span { border-color: #969302; }
span { border-color: rgb(150,147,2); }
td.TdClassName
{
border-color: #969302;
}
.TagClassName
{
border-color: #969302;
}
</style>