Shades of Olive #938C06
Tints of Olive #938C06
RGB
CMYK
RGB Variations
Color information
#938C06 (or 0x938C06) is known color: Olive. HEX triplet: 93, 8C and 06. RGB value is (147,140,6). Sum of RGB (Red+Green+Blue) = 147+140+6=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #938C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938C06 is #6C73F9. Grayscale: #7F7F7F. Windows color (decimal): -7107578 or 429203. OLE color: 429203.
HSL color Cylindrical-coordinate representation of color #938C06: hue angle of 57.02º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #938C06 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 6 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.42 |
| HSL | 57.02º | 0.92% | 0.3% | - |
| HSV(B) | 57.02º | 0.96% | 0.58% | - |
| XYZ | 21.44 | 24.97 | 3.86 | - |
| YUV | 126.82 | 59.82 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 6 | 0 | 0.05 | 0.96 | 0.42 | 57.02 | 0.92 | 0.3 |
| Hex | 93 | 8C | 6 | 0 | 5 | 60 | 2A | 39 | 5C | 1E |
| Octal | 223 | 214 | 6 | 0 | 5 | 140 | 52 | 71 | 134 | 36 |
| Binary | 10010011 | 10001100 | 110 | 0 | 101 | 1100000 | 101010 | 111001 | 1011100 | 11110 |
Color Harmonies of #938C06
Complementary color
Monochromatic Colors of #938C06
Black with #938C06
Text Example
Text Example
White with #938C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C06; }
p { color: rgb(147,140,6); }
H1.HeaderClassName
{
color: #938C06;
}
.AnyTagClassName
{
color: #938C06;
}
</style>
background-color css
<style>
a { background-color: #938C06; }
a { background-color: rgb(147,140,6); }
div.DivClassName
{
background-color: #938C06;
}
.BgClassName
{
background-color: #938C06;
}
</style>
border-color css
<style>
span { border-color: #938C06; }
span { border-color: rgb(147,140,6); }
td.TdClassName
{
border-color: #938C06;
}
.TagClassName
{
border-color: #938C06;
}
</style>