Shades of Olive #937C00
Tints of Olive #937C00
RGB
CMYK
RGB Variations
Color information
#937C00 (or 0x937C00) is known color: Olive. HEX triplet: 93, 7C and 00. RGB value is (147,124,0). Sum of RGB (Red+Green+Blue) = 147+124+0=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #937C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937C00 is #6C83FF. Grayscale: #757575. Windows color (decimal): -7111680 or 31891. OLE color: 31891.
HSL color Cylindrical-coordinate representation of color #937C00: hue angle of 50.61º 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 #937C00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.42 |
| HSL | 50.61º | 1% | 0.29% | - |
| HSV(B) | 50.61º | 1% | 0.58% | - |
| XYZ | 19.24 | 20.62 | 2.97 | - |
| YUV | 116.74 | 62.12 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 0 | 0 | 0.16 | 1 | 0.42 | 50.61 | 1 | 0.29 |
| Hex | 93 | 7C | 0 | 0 | 10 | 64 | 2A | 33 | 64 | 1D |
| Octal | 223 | 174 | 0 | 0 | 20 | 144 | 52 | 63 | 144 | 35 |
| Binary | 10010011 | 1111100 | 0 | 0 | 10000 | 1100100 | 101010 | 110011 | 1100100 | 11101 |
Color Harmonies of #937C00
Complementary color
Monochromatic Colors of #937C00
Black with #937C00
Text Example
Text Example
White with #937C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C00; }
p { color: rgb(147,124,0); }
H1.HeaderClassName
{
color: #937C00;
}
.AnyTagClassName
{
color: #937C00;
}
</style>
background-color css
<style>
a { background-color: #937C00; }
a { background-color: rgb(147,124,0); }
div.DivClassName
{
background-color: #937C00;
}
.BgClassName
{
background-color: #937C00;
}
</style>
border-color css
<style>
span { border-color: #937C00; }
span { border-color: rgb(147,124,0); }
td.TdClassName
{
border-color: #937C00;
}
.TagClassName
{
border-color: #937C00;
}
</style>