Shades of Olive #969002
Tints of Olive #969002
RGB
CMYK
RGB Variations
Color information
#969002 (or 0x969002) is known color: Olive. HEX triplet: 96, 90 and 02. RGB value is (150,144,2). Sum of RGB (Red+Green+Blue) = 150+144+2=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #969002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969002 is #696FFD. Grayscale: #828282. Windows color (decimal): -6909950 or 168086. OLE color: 168086.
HSL color Cylindrical-coordinate representation of color #969002: hue angle of 57.57º 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 #969002 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.41 |
| HSL | 57.57º | 0.97% | 0.3% | - |
| HSV(B) | 57.57º | 0.99% | 0.59% | - |
| XYZ | 22.56 | 26.43 | 3.97 | - |
| YUV | 129.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 2 | 0 | 0.04 | 0.99 | 0.41 | 57.57 | 0.97 | 0.3 |
| Hex | 96 | 90 | 2 | 0 | 4 | 63 | 29 | 3A | 61 | 1E |
| Octal | 226 | 220 | 2 | 0 | 4 | 143 | 51 | 72 | 141 | 36 |
| Binary | 10010110 | 10010000 | 10 | 0 | 100 | 1100011 | 101001 | 111010 | 1100001 | 11110 |
Color Harmonies of #969002
Complementary color
Monochromatic Colors of #969002
Black with #969002
Text Example
Text Example
White with #969002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969002; }
p { color: rgb(150,144,2); }
H1.HeaderClassName
{
color: #969002;
}
.AnyTagClassName
{
color: #969002;
}
</style>
background-color css
<style>
a { background-color: #969002; }
a { background-color: rgb(150,144,2); }
div.DivClassName
{
background-color: #969002;
}
.BgClassName
{
background-color: #969002;
}
</style>
border-color css
<style>
span { border-color: #969002; }
span { border-color: rgb(150,144,2); }
td.TdClassName
{
border-color: #969002;
}
.TagClassName
{
border-color: #969002;
}
</style>