Shades of Olive #957F00
Tints of Olive #957F00
RGB
CMYK
RGB Variations
Color information
#957F00 (or 0x957F00) is known color: Olive. HEX triplet: 95, 7F and 00. RGB value is (149,127,0). Sum of RGB (Red+Green+Blue) = 149+127+0=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #957F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F00 is #6A80FF. Grayscale: #777777. Windows color (decimal): -6979840 or 32661. OLE color: 32661.
HSL color Cylindrical-coordinate representation of color #957F00: hue angle of 51.14º 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 #957F00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.42 |
| HSL | 51.14º | 1% | 0.29% | - |
| HSV(B) | 51.14º | 1% | 0.58% | - |
| XYZ | 19.98 | 21.57 | 3.11 | - |
| YUV | 119.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 0 | 0 | 0.15 | 1 | 0.42 | 51.14 | 1 | 0.29 |
| Hex | 95 | 7F | 0 | 0 | F | 64 | 2A | 33 | 64 | 1D |
| Octal | 225 | 177 | 0 | 0 | 17 | 144 | 52 | 63 | 144 | 35 |
| Binary | 10010101 | 1111111 | 0 | 0 | 1111 | 1100100 | 101010 | 110011 | 1100100 | 11101 |
Color Harmonies of #957F00
Complementary color
Monochromatic Colors of #957F00
Black with #957F00
Text Example
Text Example
White with #957F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F00; }
p { color: rgb(149,127,0); }
H1.HeaderClassName
{
color: #957F00;
}
.AnyTagClassName
{
color: #957F00;
}
</style>
background-color css
<style>
a { background-color: #957F00; }
a { background-color: rgb(149,127,0); }
div.DivClassName
{
background-color: #957F00;
}
.BgClassName
{
background-color: #957F00;
}
</style>
border-color css
<style>
span { border-color: #957F00; }
span { border-color: rgb(149,127,0); }
td.TdClassName
{
border-color: #957F00;
}
.TagClassName
{
border-color: #957F00;
}
</style>