Shades of Olive #939201
Tints of Olive #939201
RGB
CMYK
RGB Variations
Color information
#939201 (or 0x939201) is known color: Olive. HEX triplet: 93, 92 and 01. RGB value is (147,146,1). Sum of RGB (Red+Green+Blue) = 147+146+1=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #939201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #939201 is #6C6DFE. Grayscale: #828282. Windows color (decimal): -7106047 or 103059. OLE color: 103059.
HSL color Cylindrical-coordinate representation of color #939201: hue angle of 59.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #939201 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.42 |
| HSL | 59.59º | 0.99% | 0.29% | - |
| HSV(B) | 59.59º | 0.99% | 0.58% | - |
| XYZ | 22.32 | 26.76 | 4.02 | - |
| YUV | 129.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 1 | 0 | 0.01 | 0.99 | 0.42 | 59.59 | 0.99 | 0.29 |
| Hex | 93 | 92 | 1 | 0 | 1 | 63 | 2A | 3C | 63 | 1D |
| Octal | 223 | 222 | 1 | 0 | 1 | 143 | 52 | 74 | 143 | 35 |
| Binary | 10010011 | 10010010 | 1 | 0 | 1 | 1100011 | 101010 | 111100 | 1100011 | 11101 |
Color Harmonies of #939201
Complementary color
Monochromatic Colors of #939201
Black with #939201
Text Example
Text Example
White with #939201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939201; }
p { color: rgb(147,146,1); }
H1.HeaderClassName
{
color: #939201;
}
.AnyTagClassName
{
color: #939201;
}
</style>
background-color css
<style>
a { background-color: #939201; }
a { background-color: rgb(147,146,1); }
div.DivClassName
{
background-color: #939201;
}
.BgClassName
{
background-color: #939201;
}
</style>
border-color css
<style>
span { border-color: #939201; }
span { border-color: rgb(147,146,1); }
td.TdClassName
{
border-color: #939201;
}
.TagClassName
{
border-color: #939201;
}
</style>