Shades of Olive #938B05
Tints of Olive #938B05
RGB
CMYK
RGB Variations
Color information
#938B05 (or 0x938B05) is known color: Olive. HEX triplet: 93, 8B and 05. RGB value is (147,139,5). Sum of RGB (Red+Green+Blue) = 147+139+5=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #938B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938B05 is #6C74FA. Grayscale: #7E7E7E. Windows color (decimal): -7107835 or 363411. OLE color: 363411.
HSL color Cylindrical-coordinate representation of color #938B05: hue angle of 56.62º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #938B05 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 139 | 5 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.42 |
| HSL | 56.62º | 0.93% | 0.3% | - |
| HSV(B) | 56.62º | 0.97% | 0.58% | - |
| XYZ | 21.29 | 24.68 | 3.78 | - |
| YUV | 126.12 | 59.65 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 5 | 0 | 0.05 | 0.97 | 0.42 | 56.62 | 0.93 | 0.3 |
| Hex | 93 | 8B | 5 | 0 | 5 | 61 | 2A | 39 | 5D | 1E |
| Octal | 223 | 213 | 5 | 0 | 5 | 141 | 52 | 71 | 135 | 36 |
| Binary | 10010011 | 10001011 | 101 | 0 | 101 | 1100001 | 101010 | 111001 | 1011101 | 11110 |
Color Harmonies of #938B05
Complementary color
Monochromatic Colors of #938B05
Black with #938B05
Text Example
Text Example
White with #938B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B05; }
p { color: rgb(147,139,5); }
H1.HeaderClassName
{
color: #938B05;
}
.AnyTagClassName
{
color: #938B05;
}
</style>
background-color css
<style>
a { background-color: #938B05; }
a { background-color: rgb(147,139,5); }
div.DivClassName
{
background-color: #938B05;
}
.BgClassName
{
background-color: #938B05;
}
</style>
border-color css
<style>
span { border-color: #938B05; }
span { border-color: rgb(147,139,5); }
td.TdClassName
{
border-color: #938B05;
}
.TagClassName
{
border-color: #938B05;
}
</style>