Shades of Olive #937C01
Tints of Olive #937C01
RGB
CMYK
RGB Variations
Color information
#937C01 (or 0x937C01) is known color: Olive. HEX triplet: 93, 7C and 01. RGB value is (147,124,1). Sum of RGB (Red+Green+Blue) = 147+124+1=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #937C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937C01 is #6C83FE. Grayscale: #757575. Windows color (decimal): -7111679 or 97427. OLE color: 97427.
HSL color Cylindrical-coordinate representation of color #937C01: hue angle of 50.55º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #937C01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.42 |
| HSL | 50.55º | 0.99% | 0.29% | - |
| HSV(B) | 50.55º | 0.99% | 0.58% | - |
| XYZ | 19.25 | 20.62 | 2.99 | - |
| YUV | 116.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 1 | 0 | 0.16 | 0.99 | 0.42 | 50.55 | 0.99 | 0.29 |
| Hex | 93 | 7C | 1 | 0 | 10 | 63 | 2A | 33 | 63 | 1D |
| Octal | 223 | 174 | 1 | 0 | 20 | 143 | 52 | 63 | 143 | 35 |
| Binary | 10010011 | 1111100 | 1 | 0 | 10000 | 1100011 | 101010 | 110011 | 1100011 | 11101 |
Color Harmonies of #937C01
Complementary color
Monochromatic Colors of #937C01
Black with #937C01
Text Example
Text Example
White with #937C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C01; }
p { color: rgb(147,124,1); }
H1.HeaderClassName
{
color: #937C01;
}
.AnyTagClassName
{
color: #937C01;
}
</style>
background-color css
<style>
a { background-color: #937C01; }
a { background-color: rgb(147,124,1); }
div.DivClassName
{
background-color: #937C01;
}
.BgClassName
{
background-color: #937C01;
}
</style>
border-color css
<style>
span { border-color: #937C01; }
span { border-color: rgb(147,124,1); }
td.TdClassName
{
border-color: #937C01;
}
.TagClassName
{
border-color: #937C01;
}
</style>