Shades of Olive #918401
Tints of Olive #918401
RGB
CMYK
RGB Variations
Color information
#918401 (or 0x918401) is known color: Olive. HEX triplet: 91, 84 and 01. RGB value is (145,132,1). Sum of RGB (Red+Green+Blue) = 145+132+1=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #918401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918401 is #6E7BFE. Grayscale: #797979. Windows color (decimal): -7240703 or 99473. OLE color: 99473.
HSL color Cylindrical-coordinate representation of color #918401: hue angle of 54.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #918401 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.43 |
| HSL | 54.58º | 0.99% | 0.29% | - |
| HSV(B) | 54.58º | 0.99% | 0.57% | - |
| XYZ | 19.93 | 22.52 | 3.33 | - |
| YUV | 120.95 | 60.31 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 1 | 0 | 0.09 | 0.99 | 0.43 | 54.58 | 0.99 | 0.29 |
| Hex | 91 | 84 | 1 | 0 | 9 | 63 | 2B | 37 | 63 | 1D |
| Octal | 221 | 204 | 1 | 0 | 11 | 143 | 53 | 67 | 143 | 35 |
| Binary | 10010001 | 10000100 | 1 | 0 | 1001 | 1100011 | 101011 | 110111 | 1100011 | 11101 |
Color Harmonies of #918401
Complementary color
Monochromatic Colors of #918401
Black with #918401
Text Example
Text Example
White with #918401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918401; }
p { color: rgb(145,132,1); }
H1.HeaderClassName
{
color: #918401;
}
.AnyTagClassName
{
color: #918401;
}
</style>
background-color css
<style>
a { background-color: #918401; }
a { background-color: rgb(145,132,1); }
div.DivClassName
{
background-color: #918401;
}
.BgClassName
{
background-color: #918401;
}
</style>
border-color css
<style>
span { border-color: #918401; }
span { border-color: rgb(145,132,1); }
td.TdClassName
{
border-color: #918401;
}
.TagClassName
{
border-color: #918401;
}
</style>