Shades of Olive #959002
Tints of Olive #959002
RGB
CMYK
RGB Variations
Color information
#959002 (or 0x959002) is known color: Olive. HEX triplet: 95, 90 and 02. RGB value is (149,144,2). Sum of RGB (Red+Green+Blue) = 149+144+2=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #959002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959002 is #6A6FFD. Grayscale: #818181. Windows color (decimal): -6975486 or 168085. OLE color: 168085.
HSL color Cylindrical-coordinate representation of color #959002: hue angle of 57.96º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #959002 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 144 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.42 |
| HSL | 57.96º | 0.97% | 0.3% | - |
| HSV(B) | 57.96º | 0.99% | 0.58% | - |
| XYZ | 22.38 | 26.34 | 3.96 | - |
| YUV | 129.31 | 56.16 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 2 | 0 | 0.03 | 0.99 | 0.42 | 57.96 | 0.97 | 0.3 |
| Hex | 95 | 90 | 2 | 0 | 3 | 63 | 2A | 3A | 61 | 1E |
| Octal | 225 | 220 | 2 | 0 | 3 | 143 | 52 | 72 | 141 | 36 |
| Binary | 10010101 | 10010000 | 10 | 0 | 11 | 1100011 | 101010 | 111010 | 1100001 | 11110 |
Color Harmonies of #959002
Complementary color
Monochromatic Colors of #959002
Black with #959002
Text Example
Text Example
White with #959002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959002; }
p { color: rgb(149,144,2); }
H1.HeaderClassName
{
color: #959002;
}
.AnyTagClassName
{
color: #959002;
}
</style>
background-color css
<style>
a { background-color: #959002; }
a { background-color: rgb(149,144,2); }
div.DivClassName
{
background-color: #959002;
}
.BgClassName
{
background-color: #959002;
}
</style>
border-color css
<style>
span { border-color: #959002; }
span { border-color: rgb(149,144,2); }
td.TdClassName
{
border-color: #959002;
}
.TagClassName
{
border-color: #959002;
}
</style>