Shades of Olive #938A0A
Tints of Olive #938A0A
RGB
CMYK
RGB Variations
Color information
#938A0A (or 0x938A0A) is known color: Olive. HEX triplet: 93, 8A and 0A. RGB value is (147,138,10). Sum of RGB (Red+Green+Blue) = 147+138+10=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #938A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938A0A is #6C75F5. Grayscale: #7E7E7E. Windows color (decimal): -7108086 or 690835. OLE color: 690835.
HSL color Cylindrical-coordinate representation of color #938A0A: hue angle of 56.06º degrees, saturation: 0.87, 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 #938A0A is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 10 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.42 |
| HSL | 56.06º | 0.87% | 0.31% | - |
| HSV(B) | 56.06º | 0.93% | 0.58% | - |
| XYZ | 21.18 | 24.4 | 3.88 | - |
| YUV | 126.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 10 | 0 | 0.06 | 0.93 | 0.42 | 56.06 | 0.87 | 0.31 |
| Hex | 93 | 8A | A | 0 | 6 | 5D | 2A | 38 | 57 | 1F |
| Octal | 223 | 212 | 12 | 0 | 6 | 135 | 52 | 70 | 127 | 37 |
| Binary | 10010011 | 10001010 | 1010 | 0 | 110 | 1011101 | 101010 | 111000 | 1010111 | 11111 |
Color Harmonies of #938A0A
Complementary color
Monochromatic Colors of #938A0A
Black with #938A0A
Text Example
Text Example
White with #938A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A0A; }
p { color: rgb(147,138,10); }
H1.HeaderClassName
{
color: #938A0A;
}
.AnyTagClassName
{
color: #938A0A;
}
</style>
background-color css
<style>
a { background-color: #938A0A; }
a { background-color: rgb(147,138,10); }
div.DivClassName
{
background-color: #938A0A;
}
.BgClassName
{
background-color: #938A0A;
}
</style>
border-color css
<style>
span { border-color: #938A0A; }
span { border-color: rgb(147,138,10); }
td.TdClassName
{
border-color: #938A0A;
}
.TagClassName
{
border-color: #938A0A;
}
</style>