Shades of Olive #937B00
Tints of Olive #937B00
RGB
CMYK
RGB Variations
Color information
#937B00 (or 0x937B00) is known color: Olive. HEX triplet: 93, 7B and 00. RGB value is (147,123,0). Sum of RGB (Red+Green+Blue) = 147+123+0=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #937B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937B00 is #6C84FF. Grayscale: #747474. Windows color (decimal): -7111936 or 31635. OLE color: 31635.
HSL color Cylindrical-coordinate representation of color #937B00: hue angle of 50.2º 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 #937B00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.42 |
| HSL | 50.2º | 1% | 0.29% | - |
| HSV(B) | 50.2º | 1% | 0.58% | - |
| XYZ | 19.12 | 20.37 | 2.92 | - |
| YUV | 116.15 | 62.45 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 0 | 0 | 0.16 | 1 | 0.42 | 50.2 | 1 | 0.29 |
| Hex | 93 | 7B | 0 | 0 | 10 | 64 | 2A | 32 | 64 | 1D |
| Octal | 223 | 173 | 0 | 0 | 20 | 144 | 52 | 62 | 144 | 35 |
| Binary | 10010011 | 1111011 | 0 | 0 | 10000 | 1100100 | 101010 | 110010 | 1100100 | 11101 |
Color Harmonies of #937B00
Complementary color
Monochromatic Colors of #937B00
Black with #937B00
Text Example
Text Example
White with #937B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B00; }
p { color: rgb(147,123,0); }
H1.HeaderClassName
{
color: #937B00;
}
.AnyTagClassName
{
color: #937B00;
}
</style>
background-color css
<style>
a { background-color: #937B00; }
a { background-color: rgb(147,123,0); }
div.DivClassName
{
background-color: #937B00;
}
.BgClassName
{
background-color: #937B00;
}
</style>
border-color css
<style>
span { border-color: #937B00; }
span { border-color: rgb(147,123,0); }
td.TdClassName
{
border-color: #937B00;
}
.TagClassName
{
border-color: #937B00;
}
</style>