Shades of Olive #938F0B
Tints of Olive #938F0B
RGB
CMYK
RGB Variations
Color information
#938F0B (or 0x938F0B) is known color: Olive. HEX triplet: 93, 8F and 0B. RGB value is (147,143,11). Sum of RGB (Red+Green+Blue) = 147+143+11=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #938F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938F0B is #6C70F4. Grayscale: #818181. Windows color (decimal): -7106805 or 757651. OLE color: 757651.
HSL color Cylindrical-coordinate representation of color #938F0B: hue angle of 58.24º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #938F0B is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 11 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.42 |
| HSL | 58.24º | 0.86% | 0.31% | - |
| HSV(B) | 58.24º | 0.93% | 0.58% | - |
| XYZ | 21.92 | 25.87 | 4.16 | - |
| YUV | 129.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 11 | 0 | 0.03 | 0.93 | 0.42 | 58.24 | 0.86 | 0.31 |
| Hex | 93 | 8F | B | 0 | 3 | 5D | 2A | 3A | 56 | 1F |
| Octal | 223 | 217 | 13 | 0 | 3 | 135 | 52 | 72 | 126 | 37 |
| Binary | 10010011 | 10001111 | 1011 | 0 | 11 | 1011101 | 101010 | 111010 | 1010110 | 11111 |
Color Harmonies of #938F0B
Complementary color
Monochromatic Colors of #938F0B
Black with #938F0B
Text Example
Text Example
White with #938F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F0B; }
p { color: rgb(147,143,11); }
H1.HeaderClassName
{
color: #938F0B;
}
.AnyTagClassName
{
color: #938F0B;
}
</style>
background-color css
<style>
a { background-color: #938F0B; }
a { background-color: rgb(147,143,11); }
div.DivClassName
{
background-color: #938F0B;
}
.BgClassName
{
background-color: #938F0B;
}
</style>
border-color css
<style>
span { border-color: #938F0B; }
span { border-color: rgb(147,143,11); }
td.TdClassName
{
border-color: #938F0B;
}
.TagClassName
{
border-color: #938F0B;
}
</style>