Shades of Olive #958900
Tints of Olive #958900
RGB
CMYK
RGB Variations
Color information
#958900 (or 0x958900) is known color: Olive. HEX triplet: 95, 89 and 00. RGB value is (149,137,0). Sum of RGB (Red+Green+Blue) = 149+137+0=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #958900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958900 is #6A76FF. Grayscale: #7D7D7D. Windows color (decimal): -6977280 or 35221. OLE color: 35221.
HSL color Cylindrical-coordinate representation of color #958900: hue angle of 55.17º 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 #958900 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.42 |
| HSL | 55.17º | 1% | 0.29% | - |
| HSV(B) | 55.17º | 1% | 0.58% | - |
| XYZ | 21.34 | 24.28 | 3.56 | - |
| YUV | 124.97 | 57.48 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 0 | 0 | 0.08 | 1 | 0.42 | 55.17 | 1 | 0.29 |
| Hex | 95 | 89 | 0 | 0 | 8 | 64 | 2A | 37 | 64 | 1D |
| Octal | 225 | 211 | 0 | 0 | 10 | 144 | 52 | 67 | 144 | 35 |
| Binary | 10010101 | 10001001 | 0 | 0 | 1000 | 1100100 | 101010 | 110111 | 1100100 | 11101 |
Color Harmonies of #958900
Complementary color
Monochromatic Colors of #958900
Black with #958900
Text Example
Text Example
White with #958900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958900; }
p { color: rgb(149,137,0); }
H1.HeaderClassName
{
color: #958900;
}
.AnyTagClassName
{
color: #958900;
}
</style>
background-color css
<style>
a { background-color: #958900; }
a { background-color: rgb(149,137,0); }
div.DivClassName
{
background-color: #958900;
}
.BgClassName
{
background-color: #958900;
}
</style>
border-color css
<style>
span { border-color: #958900; }
span { border-color: rgb(149,137,0); }
td.TdClassName
{
border-color: #958900;
}
.TagClassName
{
border-color: #958900;
}
</style>