Shades of Olive #957701
Tints of Olive #957701
RGB
CMYK
RGB Variations
Color information
#957701 (or 0x957701) is known color: Olive. HEX triplet: 95, 77 and 01. RGB value is (149,119,1). Sum of RGB (Red+Green+Blue) = 149+119+1=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #957701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957701 is #6A88FE. Grayscale: #737373. Windows color (decimal): -6981887 or 96149. OLE color: 96149.
HSL color Cylindrical-coordinate representation of color #957701: hue angle of 47.84º 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 #957701 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.42 |
| HSL | 47.84º | 0.99% | 0.29% | - |
| HSV(B) | 47.84º | 0.99% | 0.58% | - |
| XYZ | 19 | 19.59 | 2.81 | - |
| YUV | 114.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 1 | 0 | 0.20 | 0.99 | 0.42 | 47.84 | 0.99 | 0.29 |
| Hex | 95 | 77 | 1 | 0 | 14 | 63 | 2A | 30 | 63 | 1D |
| Octal | 225 | 167 | 1 | 0 | 24 | 143 | 52 | 60 | 143 | 35 |
| Binary | 10010101 | 1110111 | 1 | 0 | 10100 | 1100011 | 101010 | 110000 | 1100011 | 11101 |
Color Harmonies of #957701
Complementary color
Monochromatic Colors of #957701
Black with #957701
Text Example
Text Example
White with #957701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957701; }
p { color: rgb(149,119,1); }
H1.HeaderClassName
{
color: #957701;
}
.AnyTagClassName
{
color: #957701;
}
</style>
background-color css
<style>
a { background-color: #957701; }
a { background-color: rgb(149,119,1); }
div.DivClassName
{
background-color: #957701;
}
.BgClassName
{
background-color: #957701;
}
</style>
border-color css
<style>
span { border-color: #957701; }
span { border-color: rgb(149,119,1); }
td.TdClassName
{
border-color: #957701;
}
.TagClassName
{
border-color: #957701;
}
</style>