Shades of Olive #957E00
Tints of Olive #957E00
RGB
CMYK
RGB Variations
Color information
#957E00 (or 0x957E00) is known color: Olive. HEX triplet: 95, 7E and 00. RGB value is (149,126,0). Sum of RGB (Red+Green+Blue) = 149+126+0=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #957E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957E00 is #6A81FF. Grayscale: #777777. Windows color (decimal): -6980096 or 32405. OLE color: 32405.
HSL color Cylindrical-coordinate representation of color #957E00: hue angle of 50.74º 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 #957E00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 126 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.42 |
| HSL | 50.74º | 1% | 0.29% | - |
| HSV(B) | 50.74º | 1% | 0.58% | - |
| XYZ | 19.86 | 21.31 | 3.07 | - |
| YUV | 118.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 0 | 0 | 0.15 | 1 | 0.42 | 50.74 | 1 | 0.29 |
| Hex | 95 | 7E | 0 | 0 | F | 64 | 2A | 33 | 64 | 1D |
| Octal | 225 | 176 | 0 | 0 | 17 | 144 | 52 | 63 | 144 | 35 |
| Binary | 10010101 | 1111110 | 0 | 0 | 1111 | 1100100 | 101010 | 110011 | 1100100 | 11101 |
Color Harmonies of #957E00
Complementary color
Monochromatic Colors of #957E00
Black with #957E00
Text Example
Text Example
White with #957E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957E00; }
p { color: rgb(149,126,0); }
H1.HeaderClassName
{
color: #957E00;
}
.AnyTagClassName
{
color: #957E00;
}
</style>
background-color css
<style>
a { background-color: #957E00; }
a { background-color: rgb(149,126,0); }
div.DivClassName
{
background-color: #957E00;
}
.BgClassName
{
background-color: #957E00;
}
</style>
border-color css
<style>
span { border-color: #957E00; }
span { border-color: rgb(149,126,0); }
td.TdClassName
{
border-color: #957E00;
}
.TagClassName
{
border-color: #957E00;
}
</style>