Shades of Olive #938C0D
Tints of Olive #938C0D
RGB
CMYK
RGB Variations
Color information
#938C0D (or 0x938C0D) is known color: Olive. HEX triplet: 93, 8C and 0D. RGB value is (147,140,13). Sum of RGB (Red+Green+Blue) = 147+140+13=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #938C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938C0D is #6C73F2. Grayscale: #808080. Windows color (decimal): -7107571 or 887955. OLE color: 887955.
HSL color Cylindrical-coordinate representation of color #938C0D: hue angle of 56.87º 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 #938C0D is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 13 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.42 |
| HSL | 56.87º | 0.84% | 0.31% | - |
| HSV(B) | 56.87º | 0.91% | 0.58% | - |
| XYZ | 21.48 | 24.99 | 4.07 | - |
| YUV | 127.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 13 | 0 | 0.05 | 0.91 | 0.42 | 56.87 | 0.84 | 0.31 |
| Hex | 93 | 8C | D | 0 | 5 | 5B | 2A | 39 | 54 | 1F |
| Octal | 223 | 214 | 15 | 0 | 5 | 133 | 52 | 71 | 124 | 37 |
| Binary | 10010011 | 10001100 | 1101 | 0 | 101 | 1011011 | 101010 | 111001 | 1010100 | 11111 |
Color Harmonies of #938C0D
Complementary color
Monochromatic Colors of #938C0D
Black with #938C0D
Text Example
Text Example
White with #938C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C0D; }
p { color: rgb(147,140,13); }
H1.HeaderClassName
{
color: #938C0D;
}
.AnyTagClassName
{
color: #938C0D;
}
</style>
background-color css
<style>
a { background-color: #938C0D; }
a { background-color: rgb(147,140,13); }
div.DivClassName
{
background-color: #938C0D;
}
.BgClassName
{
background-color: #938C0D;
}
</style>
border-color css
<style>
span { border-color: #938C0D; }
span { border-color: rgb(147,140,13); }
td.TdClassName
{
border-color: #938C0D;
}
.TagClassName
{
border-color: #938C0D;
}
</style>