Shades of Olive #918404
Tints of Olive #918404
RGB
CMYK
RGB Variations
Color information
#918404 (or 0x918404) is known color: Olive. HEX triplet: 91, 84 and 04. RGB value is (145,132,4). Sum of RGB (Red+Green+Blue) = 145+132+4=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #918404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918404 is #6E7BFB. Grayscale: #797979. Windows color (decimal): -7240700 or 296081. OLE color: 296081.
HSL color Cylindrical-coordinate representation of color #918404: hue angle of 54.47º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #918404 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 4 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.43 |
| HSL | 54.47º | 0.95% | 0.29% | - |
| HSV(B) | 54.47º | 0.97% | 0.57% | - |
| XYZ | 19.95 | 22.53 | 3.41 | - |
| YUV | 121.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 4 | 0 | 0.09 | 0.97 | 0.43 | 54.47 | 0.95 | 0.29 |
| Hex | 91 | 84 | 4 | 0 | 9 | 61 | 2B | 36 | 5F | 1D |
| Octal | 221 | 204 | 4 | 0 | 11 | 141 | 53 | 66 | 137 | 35 |
| Binary | 10010001 | 10000100 | 100 | 0 | 1001 | 1100001 | 101011 | 110110 | 1011111 | 11101 |
Color Harmonies of #918404
Complementary color
Monochromatic Colors of #918404
Black with #918404
Text Example
Text Example
White with #918404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918404; }
p { color: rgb(145,132,4); }
H1.HeaderClassName
{
color: #918404;
}
.AnyTagClassName
{
color: #918404;
}
</style>
background-color css
<style>
a { background-color: #918404; }
a { background-color: rgb(145,132,4); }
div.DivClassName
{
background-color: #918404;
}
.BgClassName
{
background-color: #918404;
}
</style>
border-color css
<style>
span { border-color: #918404; }
span { border-color: rgb(145,132,4); }
td.TdClassName
{
border-color: #918404;
}
.TagClassName
{
border-color: #918404;
}
</style>