Shades of Olive #938B0D
Tints of Olive #938B0D
RGB
CMYK
RGB Variations
Color information
#938B0D (or 0x938B0D) is known color: Olive. HEX triplet: 93, 8B and 0D. RGB value is (147,139,13). Sum of RGB (Red+Green+Blue) = 147+139+13=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #938B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938B0D is #6C74F2. Grayscale: #7F7F7F. Windows color (decimal): -7107827 or 887699. OLE color: 887699.
HSL color Cylindrical-coordinate representation of color #938B0D: hue angle of 56.42º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #938B0D is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 139 | 13 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.42 |
| HSL | 56.42º | 0.84% | 0.31% | - |
| HSV(B) | 56.42º | 0.91% | 0.58% | - |
| XYZ | 21.34 | 24.7 | 4.02 | - |
| YUV | 127.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 13 | 0 | 0.05 | 0.91 | 0.42 | 56.42 | 0.84 | 0.31 |
| Hex | 93 | 8B | D | 0 | 5 | 5B | 2A | 38 | 54 | 1F |
| Octal | 223 | 213 | 15 | 0 | 5 | 133 | 52 | 70 | 124 | 37 |
| Binary | 10010011 | 10001011 | 1101 | 0 | 101 | 1011011 | 101010 | 111000 | 1010100 | 11111 |
Color Harmonies of #938B0D
Complementary color
Monochromatic Colors of #938B0D
Black with #938B0D
Text Example
Text Example
White with #938B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B0D; }
p { color: rgb(147,139,13); }
H1.HeaderClassName
{
color: #938B0D;
}
.AnyTagClassName
{
color: #938B0D;
}
</style>
background-color css
<style>
a { background-color: #938B0D; }
a { background-color: rgb(147,139,13); }
div.DivClassName
{
background-color: #938B0D;
}
.BgClassName
{
background-color: #938B0D;
}
</style>
border-color css
<style>
span { border-color: #938B0D; }
span { border-color: rgb(147,139,13); }
td.TdClassName
{
border-color: #938B0D;
}
.TagClassName
{
border-color: #938B0D;
}
</style>