Shades of Olive #959001
Tints of Olive #959001
RGB
CMYK
RGB Variations
Color information
#959001 (or 0x959001) is known color: Olive. HEX triplet: 95, 90 and 01. RGB value is (149,144,1). Sum of RGB (Red+Green+Blue) = 149+144+1=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #959001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959001 is #6A6FFE. Grayscale: #818181. Windows color (decimal): -6975487 or 102549. OLE color: 102549.
HSL color Cylindrical-coordinate representation of color #959001: hue angle of 57.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #959001 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 144 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.42 |
| HSL | 57.97º | 0.99% | 0.29% | - |
| HSV(B) | 57.97º | 0.99% | 0.58% | - |
| XYZ | 22.37 | 26.34 | 3.93 | - |
| YUV | 129.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 1 | 0 | 0.03 | 0.99 | 0.42 | 57.97 | 0.99 | 0.29 |
| Hex | 95 | 90 | 1 | 0 | 3 | 63 | 2A | 3A | 63 | 1D |
| Octal | 225 | 220 | 1 | 0 | 3 | 143 | 52 | 72 | 143 | 35 |
| Binary | 10010101 | 10010000 | 1 | 0 | 11 | 1100011 | 101010 | 111010 | 1100011 | 11101 |
Color Harmonies of #959001
Complementary color
Monochromatic Colors of #959001
Black with #959001
Text Example
Text Example
White with #959001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959001; }
p { color: rgb(149,144,1); }
H1.HeaderClassName
{
color: #959001;
}
.AnyTagClassName
{
color: #959001;
}
</style>
background-color css
<style>
a { background-color: #959001; }
a { background-color: rgb(149,144,1); }
div.DivClassName
{
background-color: #959001;
}
.BgClassName
{
background-color: #959001;
}
</style>
border-color css
<style>
span { border-color: #959001; }
span { border-color: rgb(149,144,1); }
td.TdClassName
{
border-color: #959001;
}
.TagClassName
{
border-color: #959001;
}
</style>