Shades of Olive #938501
Tints of Olive #938501
RGB
CMYK
RGB Variations
Color information
#938501 (or 0x938501) is known color: Olive. HEX triplet: 93, 85 and 01. RGB value is (147,133,1). Sum of RGB (Red+Green+Blue) = 147+133+1=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #938501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938501 is #6C7AFE. Grayscale: #7A7A7A. Windows color (decimal): -7109375 or 99731. OLE color: 99731.
HSL color Cylindrical-coordinate representation of color #938501: hue angle of 54.25º 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 #938501 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 133 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.42 |
| HSL | 54.25º | 0.99% | 0.29% | - |
| HSV(B) | 54.25º | 0.99% | 0.58% | - |
| XYZ | 20.43 | 22.98 | 3.39 | - |
| YUV | 122.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 1 | 0 | 0.10 | 0.99 | 0.42 | 54.25 | 0.99 | 0.29 |
| Hex | 93 | 85 | 1 | 0 | A | 63 | 2A | 36 | 63 | 1D |
| Octal | 223 | 205 | 1 | 0 | 12 | 143 | 52 | 66 | 143 | 35 |
| Binary | 10010011 | 10000101 | 1 | 0 | 1010 | 1100011 | 101010 | 110110 | 1100011 | 11101 |
Color Harmonies of #938501
Complementary color
Monochromatic Colors of #938501
Black with #938501
Text Example
Text Example
White with #938501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938501; }
p { color: rgb(147,133,1); }
H1.HeaderClassName
{
color: #938501;
}
.AnyTagClassName
{
color: #938501;
}
</style>
background-color css
<style>
a { background-color: #938501; }
a { background-color: rgb(147,133,1); }
div.DivClassName
{
background-color: #938501;
}
.BgClassName
{
background-color: #938501;
}
</style>
border-color css
<style>
span { border-color: #938501; }
span { border-color: rgb(147,133,1); }
td.TdClassName
{
border-color: #938501;
}
.TagClassName
{
border-color: #938501;
}
</style>