Shades of Olive #957700
Tints of Olive #957700
RGB
CMYK
RGB Variations
Color information
#957700 (or 0x957700) is known color: Olive. HEX triplet: 95, 77 and 00. RGB value is (149,119,0). Sum of RGB (Red+Green+Blue) = 149+119+0=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #957700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957700 is #6A88FF. Grayscale: #727272. Windows color (decimal): -6981888 or 30613. OLE color: 30613.
HSL color Cylindrical-coordinate representation of color #957700: hue angle of 47.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #957700 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.42 |
| HSL | 47.92º | 1% | 0.29% | - |
| HSV(B) | 47.92º | 1% | 0.58% | - |
| XYZ | 18.99 | 19.58 | 2.78 | - |
| YUV | 114.4 | 63.44 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 0 | 0 | 0.20 | 1 | 0.42 | 47.92 | 1 | 0.29 |
| Hex | 95 | 77 | 0 | 0 | 14 | 64 | 2A | 30 | 64 | 1D |
| Octal | 225 | 167 | 0 | 0 | 24 | 144 | 52 | 60 | 144 | 35 |
| Binary | 10010101 | 1110111 | 0 | 0 | 10100 | 1100100 | 101010 | 110000 | 1100100 | 11101 |
Color Harmonies of #957700
Complementary color
Monochromatic Colors of #957700
Black with #957700
Text Example
Text Example
White with #957700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957700; }
p { color: rgb(149,119,0); }
H1.HeaderClassName
{
color: #957700;
}
.AnyTagClassName
{
color: #957700;
}
</style>
background-color css
<style>
a { background-color: #957700; }
a { background-color: rgb(149,119,0); }
div.DivClassName
{
background-color: #957700;
}
.BgClassName
{
background-color: #957700;
}
</style>
border-color css
<style>
span { border-color: #957700; }
span { border-color: rgb(149,119,0); }
td.TdClassName
{
border-color: #957700;
}
.TagClassName
{
border-color: #957700;
}
</style>