Shades of Olive #938301
Tints of Olive #938301
RGB
CMYK
RGB Variations
Color information
#938301 (or 0x938301) is known color: Olive. HEX triplet: 93, 83 and 01. RGB value is (147,131,1). Sum of RGB (Red+Green+Blue) = 147+131+1=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #938301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938301 is #6C7CFE. Grayscale: #797979. Windows color (decimal): -7109887 or 99219. OLE color: 99219.
HSL color Cylindrical-coordinate representation of color #938301: hue angle of 53.42º 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 #938301 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.42 |
| HSL | 53.42º | 0.99% | 0.29% | - |
| HSV(B) | 53.42º | 0.99% | 0.58% | - |
| XYZ | 20.15 | 22.44 | 3.3 | - |
| YUV | 120.96 | 60.3 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 1 | 0 | 0.11 | 0.99 | 0.42 | 53.42 | 0.99 | 0.29 |
| Hex | 93 | 83 | 1 | 0 | B | 63 | 2A | 35 | 63 | 1D |
| Octal | 223 | 203 | 1 | 0 | 13 | 143 | 52 | 65 | 143 | 35 |
| Binary | 10010011 | 10000011 | 1 | 0 | 1011 | 1100011 | 101010 | 110101 | 1100011 | 11101 |
Color Harmonies of #938301
Complementary color
Monochromatic Colors of #938301
Black with #938301
Text Example
Text Example
White with #938301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938301; }
p { color: rgb(147,131,1); }
H1.HeaderClassName
{
color: #938301;
}
.AnyTagClassName
{
color: #938301;
}
</style>
background-color css
<style>
a { background-color: #938301; }
a { background-color: rgb(147,131,1); }
div.DivClassName
{
background-color: #938301;
}
.BgClassName
{
background-color: #938301;
}
</style>
border-color css
<style>
span { border-color: #938301; }
span { border-color: rgb(147,131,1); }
td.TdClassName
{
border-color: #938301;
}
.TagClassName
{
border-color: #938301;
}
</style>