Shades of Olive #938C00
Tints of Olive #938C00
RGB
CMYK
RGB Variations
Color information
#938C00 (or 0x938C00) is known color: Olive. HEX triplet: 93, 8C and 00. RGB value is (147,140,0). Sum of RGB (Red+Green+Blue) = 147+140+0=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #938C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938C00 is #6C73FF. Grayscale: #7E7E7E. Windows color (decimal): -7107584 or 35987. OLE color: 35987.
HSL color Cylindrical-coordinate representation of color #938C00: hue angle of 57.14º 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 #938C00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.42 |
| HSL | 57.14º | 1% | 0.29% | - |
| HSV(B) | 57.14º | 1% | 0.58% | - |
| XYZ | 21.41 | 24.96 | 3.69 | - |
| YUV | 126.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 0 | 0 | 0.05 | 1 | 0.42 | 57.14 | 1 | 0.29 |
| Hex | 93 | 8C | 0 | 0 | 5 | 64 | 2A | 39 | 64 | 1D |
| Octal | 223 | 214 | 0 | 0 | 5 | 144 | 52 | 71 | 144 | 35 |
| Binary | 10010011 | 10001100 | 0 | 0 | 101 | 1100100 | 101010 | 111001 | 1100100 | 11101 |
Color Harmonies of #938C00
Complementary color
Monochromatic Colors of #938C00
Black with #938C00
Text Example
Text Example
White with #938C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C00; }
p { color: rgb(147,140,0); }
H1.HeaderClassName
{
color: #938C00;
}
.AnyTagClassName
{
color: #938C00;
}
</style>
background-color css
<style>
a { background-color: #938C00; }
a { background-color: rgb(147,140,0); }
div.DivClassName
{
background-color: #938C00;
}
.BgClassName
{
background-color: #938C00;
}
</style>
border-color css
<style>
span { border-color: #938C00; }
span { border-color: rgb(147,140,0); }
td.TdClassName
{
border-color: #938C00;
}
.TagClassName
{
border-color: #938C00;
}
</style>