Shades of Olive #959201
Tints of Olive #959201
RGB
CMYK
RGB Variations
Color information
#959201 (or 0x959201) is known color: Olive. HEX triplet: 95, 92 and 01. RGB value is (149,146,1). Sum of RGB (Red+Green+Blue) = 149+146+1=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #959201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959201 is #6A6DFE. Grayscale: #828282. Windows color (decimal): -6974975 or 103061. OLE color: 103061.
HSL color Cylindrical-coordinate representation of color #959201: hue angle of 58.78º 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 #959201 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.42 |
| HSL | 58.78º | 0.99% | 0.29% | - |
| HSV(B) | 58.78º | 0.99% | 0.58% | - |
| XYZ | 22.68 | 26.95 | 4.04 | - |
| YUV | 130.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 1 | 0 | 0.02 | 0.99 | 0.42 | 58.78 | 0.99 | 0.29 |
| Hex | 95 | 92 | 1 | 0 | 2 | 63 | 2A | 3B | 63 | 1D |
| Octal | 225 | 222 | 1 | 0 | 2 | 143 | 52 | 73 | 143 | 35 |
| Binary | 10010101 | 10010010 | 1 | 0 | 10 | 1100011 | 101010 | 111011 | 1100011 | 11101 |
Color Harmonies of #959201
Complementary color
Monochromatic Colors of #959201
Black with #959201
Text Example
Text Example
White with #959201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959201; }
p { color: rgb(149,146,1); }
H1.HeaderClassName
{
color: #959201;
}
.AnyTagClassName
{
color: #959201;
}
</style>
background-color css
<style>
a { background-color: #959201; }
a { background-color: rgb(149,146,1); }
div.DivClassName
{
background-color: #959201;
}
.BgClassName
{
background-color: #959201;
}
</style>
border-color css
<style>
span { border-color: #959201; }
span { border-color: rgb(149,146,1); }
td.TdClassName
{
border-color: #959201;
}
.TagClassName
{
border-color: #959201;
}
</style>