Shades of Olive #918904
Tints of Olive #918904
RGB
CMYK
RGB Variations
Color information
#918904 (or 0x918904) is known color: Olive. HEX triplet: 91, 89 and 04. RGB value is (145,137,4). Sum of RGB (Red+Green+Blue) = 145+137+4=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #918904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918904 is #6E76FB. Grayscale: #7C7C7C. Windows color (decimal): -7239420 or 297361. OLE color: 297361.
HSL color Cylindrical-coordinate representation of color #918904: hue angle of 56.6º 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 #918904 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 4 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.43 |
| HSL | 56.6º | 0.95% | 0.29% | - |
| HSV(B) | 56.6º | 0.97% | 0.57% | - |
| XYZ | 20.64 | 23.92 | 3.64 | - |
| YUV | 124.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 4 | 0 | 0.06 | 0.97 | 0.43 | 56.6 | 0.95 | 0.29 |
| Hex | 91 | 89 | 4 | 0 | 6 | 61 | 2B | 39 | 5F | 1D |
| Octal | 221 | 211 | 4 | 0 | 6 | 141 | 53 | 71 | 137 | 35 |
| Binary | 10010001 | 10001001 | 100 | 0 | 110 | 1100001 | 101011 | 111001 | 1011111 | 11101 |
Color Harmonies of #918904
Complementary color
Monochromatic Colors of #918904
Black with #918904
Text Example
Text Example
White with #918904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918904; }
p { color: rgb(145,137,4); }
H1.HeaderClassName
{
color: #918904;
}
.AnyTagClassName
{
color: #918904;
}
</style>
background-color css
<style>
a { background-color: #918904; }
a { background-color: rgb(145,137,4); }
div.DivClassName
{
background-color: #918904;
}
.BgClassName
{
background-color: #918904;
}
</style>
border-color css
<style>
span { border-color: #918904; }
span { border-color: rgb(145,137,4); }
td.TdClassName
{
border-color: #918904;
}
.TagClassName
{
border-color: #918904;
}
</style>