Shades of Olive #937300
Tints of Olive #937300
RGB
CMYK
RGB Variations
Color information
#937300 (or 0x937300) is known color: Olive. HEX triplet: 93, 73 and 00. RGB value is (147,115,0). Sum of RGB (Red+Green+Blue) = 147+115+0=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #937300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937300 is #6C8CFF. Grayscale: #6F6F6F. Windows color (decimal): -7113984 or 29587. OLE color: 29587.
HSL color Cylindrical-coordinate representation of color #937300: hue angle of 46.94º 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 #937300 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 115 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.42 |
| HSL | 46.94º | 1% | 0.29% | - |
| HSV(B) | 46.94º | 1% | 0.58% | - |
| XYZ | 18.16 | 18.46 | 2.61 | - |
| YUV | 111.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 0 | 0 | 0.22 | 1 | 0.42 | 46.94 | 1 | 0.29 |
| Hex | 93 | 73 | 0 | 0 | 16 | 64 | 2A | 2F | 64 | 1D |
| Octal | 223 | 163 | 0 | 0 | 26 | 144 | 52 | 57 | 144 | 35 |
| Binary | 10010011 | 1110011 | 0 | 0 | 10110 | 1100100 | 101010 | 101111 | 1100100 | 11101 |
Color Harmonies of #937300
Complementary color
Monochromatic Colors of #937300
Black with #937300
Text Example
Text Example
White with #937300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937300; }
p { color: rgb(147,115,0); }
H1.HeaderClassName
{
color: #937300;
}
.AnyTagClassName
{
color: #937300;
}
</style>
background-color css
<style>
a { background-color: #937300; }
a { background-color: rgb(147,115,0); }
div.DivClassName
{
background-color: #937300;
}
.BgClassName
{
background-color: #937300;
}
</style>
border-color css
<style>
span { border-color: #937300; }
span { border-color: rgb(147,115,0); }
td.TdClassName
{
border-color: #937300;
}
.TagClassName
{
border-color: #937300;
}
</style>