Shades of Olive #957D00
Tints of Olive #957D00
RGB
CMYK
RGB Variations
Color information
#957D00 (or 0x957D00) is known color: Olive. HEX triplet: 95, 7D and 00. RGB value is (149,125,0). Sum of RGB (Red+Green+Blue) = 149+125+0=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #957D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957D00 is #6A82FF. Grayscale: #767676. Windows color (decimal): -6980352 or 32149. OLE color: 32149.
HSL color Cylindrical-coordinate representation of color #957D00: hue angle of 50.34º 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 #957D00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.42 |
| HSL | 50.34º | 1% | 0.29% | - |
| HSV(B) | 50.34º | 1% | 0.58% | - |
| XYZ | 19.73 | 21.06 | 3.02 | - |
| YUV | 117.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 0 | 0 | 0.16 | 1 | 0.42 | 50.34 | 1 | 0.29 |
| Hex | 95 | 7D | 0 | 0 | 10 | 64 | 2A | 32 | 64 | 1D |
| Octal | 225 | 175 | 0 | 0 | 20 | 144 | 52 | 62 | 144 | 35 |
| Binary | 10010101 | 1111101 | 0 | 0 | 10000 | 1100100 | 101010 | 110010 | 1100100 | 11101 |
Color Harmonies of #957D00
Complementary color
Monochromatic Colors of #957D00
Black with #957D00
Text Example
Text Example
White with #957D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D00; }
p { color: rgb(149,125,0); }
H1.HeaderClassName
{
color: #957D00;
}
.AnyTagClassName
{
color: #957D00;
}
</style>
background-color css
<style>
a { background-color: #957D00; }
a { background-color: rgb(149,125,0); }
div.DivClassName
{
background-color: #957D00;
}
.BgClassName
{
background-color: #957D00;
}
</style>
border-color css
<style>
span { border-color: #957D00; }
span { border-color: rgb(149,125,0); }
td.TdClassName
{
border-color: #957D00;
}
.TagClassName
{
border-color: #957D00;
}
</style>