Shades of Olive #939701
Tints of Olive #939701
RGB
CMYK
RGB Variations
Color information
#939701 (or 0x939701) is known color: Olive. HEX triplet: 93, 97 and 01. RGB value is (147,151,1). Sum of RGB (Red+Green+Blue) = 147+151+1=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #939701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #939701 is #6C68FE. Grayscale: #858585. Windows color (decimal): -7104767 or 104339. OLE color: 104339.
HSL color Cylindrical-coordinate representation of color #939701: hue angle of 61.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #939701 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 151 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.41 |
| HSL | 61.6º | 0.99% | 0.3% | - |
| HSV(B) | 61.6º | 0.99% | 0.59% | - |
| XYZ | 23.1 | 28.34 | 4.28 | - |
| YUV | 132.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 1 | 0.03 | 0 | 0.99 | 0.41 | 61.6 | 0.99 | 0.3 |
| Hex | 93 | 97 | 1 | 3 | 0 | 63 | 29 | 3E | 63 | 1E |
| Octal | 223 | 227 | 1 | 3 | 0 | 143 | 51 | 76 | 143 | 36 |
| Binary | 10010011 | 10010111 | 1 | 11 | 0 | 1100011 | 101001 | 111110 | 1100011 | 11110 |
Color Harmonies of #939701
Complementary color
Monochromatic Colors of #939701
Black with #939701
Text Example
Text Example
White with #939701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939701; }
p { color: rgb(147,151,1); }
H1.HeaderClassName
{
color: #939701;
}
.AnyTagClassName
{
color: #939701;
}
</style>
background-color css
<style>
a { background-color: #939701; }
a { background-color: rgb(147,151,1); }
div.DivClassName
{
background-color: #939701;
}
.BgClassName
{
background-color: #939701;
}
</style>
border-color css
<style>
span { border-color: #939701; }
span { border-color: rgb(147,151,1); }
td.TdClassName
{
border-color: #939701;
}
.TagClassName
{
border-color: #939701;
}
</style>