Shades of Olive #938900
Tints of Olive #938900
RGB
CMYK
RGB Variations
Color information
#938900 (or 0x938900) is known color: Olive. HEX triplet: 93, 89 and 00. RGB value is (147,137,0). Sum of RGB (Red+Green+Blue) = 147+137+0=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #938900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938900 is #6C76FF. Grayscale: #7C7C7C. Windows color (decimal): -7108352 or 35219. OLE color: 35219.
HSL color Cylindrical-coordinate representation of color #938900: hue angle of 55.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 #938900 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 137 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.42 |
| HSL | 55.92º | 1% | 0.29% | - |
| HSV(B) | 55.92º | 1% | 0.58% | - |
| XYZ | 20.98 | 24.09 | 3.55 | - |
| YUV | 124.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 0 | 0 | 0.07 | 1 | 0.42 | 55.92 | 1 | 0.29 |
| Hex | 93 | 89 | 0 | 0 | 7 | 64 | 2A | 38 | 64 | 1D |
| Octal | 223 | 211 | 0 | 0 | 7 | 144 | 52 | 70 | 144 | 35 |
| Binary | 10010011 | 10001001 | 0 | 0 | 111 | 1100100 | 101010 | 111000 | 1100100 | 11101 |
Color Harmonies of #938900
Complementary color
Monochromatic Colors of #938900
Black with #938900
Text Example
Text Example
White with #938900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938900; }
p { color: rgb(147,137,0); }
H1.HeaderClassName
{
color: #938900;
}
.AnyTagClassName
{
color: #938900;
}
</style>
background-color css
<style>
a { background-color: #938900; }
a { background-color: rgb(147,137,0); }
div.DivClassName
{
background-color: #938900;
}
.BgClassName
{
background-color: #938900;
}
</style>
border-color css
<style>
span { border-color: #938900; }
span { border-color: rgb(147,137,0); }
td.TdClassName
{
border-color: #938900;
}
.TagClassName
{
border-color: #938900;
}
</style>