Shades of Olive #939404
Tints of Olive #939404
RGB
CMYK
RGB Variations
Color information
#939404 (or 0x939404) is known color: Olive. HEX triplet: 93, 94 and 04. RGB value is (147,148,4). Sum of RGB (Red+Green+Blue) = 147+148+4=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #939404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #939404 is #6C6BFB. Grayscale: #838383. Windows color (decimal): -7105532 or 300179. OLE color: 300179.
HSL color Cylindrical-coordinate representation of color #939404: hue angle of 60.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #939404 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 148 | 4 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.42 |
| HSL | 60.42º | 0.95% | 0.3% | - |
| HSV(B) | 60.42º | 0.97% | 0.58% | - |
| XYZ | 22.64 | 27.39 | 4.21 | - |
| YUV | 131.29 | 56.17 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 4 | 0.01 | 0 | 0.97 | 0.42 | 60.42 | 0.95 | 0.3 |
| Hex | 93 | 94 | 4 | 1 | 0 | 61 | 2A | 3C | 5F | 1E |
| Octal | 223 | 224 | 4 | 1 | 0 | 141 | 52 | 74 | 137 | 36 |
| Binary | 10010011 | 10010100 | 100 | 1 | 0 | 1100001 | 101010 | 111100 | 1011111 | 11110 |
Color Harmonies of #939404
Complementary color
Monochromatic Colors of #939404
Black with #939404
Text Example
Text Example
White with #939404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939404; }
p { color: rgb(147,148,4); }
H1.HeaderClassName
{
color: #939404;
}
.AnyTagClassName
{
color: #939404;
}
</style>
background-color css
<style>
a { background-color: #939404; }
a { background-color: rgb(147,148,4); }
div.DivClassName
{
background-color: #939404;
}
.BgClassName
{
background-color: #939404;
}
</style>
border-color css
<style>
span { border-color: #939404; }
span { border-color: rgb(147,148,4); }
td.TdClassName
{
border-color: #939404;
}
.TagClassName
{
border-color: #939404;
}
</style>