Shades of Olive #918604
Tints of Olive #918604
RGB
CMYK
RGB Variations
Color information
#918604 (or 0x918604) is known color: Olive. HEX triplet: 91, 86 and 04. RGB value is (145,134,4). Sum of RGB (Red+Green+Blue) = 145+134+4=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #918604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918604 is #6E79FB. Grayscale: #7B7B7B. Windows color (decimal): -7240188 or 296593. OLE color: 296593.
HSL color Cylindrical-coordinate representation of color #918604: hue angle of 55.32º 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 #918604 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 4 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.43 |
| HSL | 55.32º | 0.95% | 0.29% | - |
| HSV(B) | 55.32º | 0.97% | 0.57% | - |
| XYZ | 20.22 | 23.08 | 3.5 | - |
| YUV | 122.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 4 | 0 | 0.08 | 0.97 | 0.43 | 55.32 | 0.95 | 0.29 |
| Hex | 91 | 86 | 4 | 0 | 8 | 61 | 2B | 37 | 5F | 1D |
| Octal | 221 | 206 | 4 | 0 | 10 | 141 | 53 | 67 | 137 | 35 |
| Binary | 10010001 | 10000110 | 100 | 0 | 1000 | 1100001 | 101011 | 110111 | 1011111 | 11101 |
Color Harmonies of #918604
Complementary color
Monochromatic Colors of #918604
Black with #918604
Text Example
Text Example
White with #918604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918604; }
p { color: rgb(145,134,4); }
H1.HeaderClassName
{
color: #918604;
}
.AnyTagClassName
{
color: #918604;
}
</style>
background-color css
<style>
a { background-color: #918604; }
a { background-color: rgb(145,134,4); }
div.DivClassName
{
background-color: #918604;
}
.BgClassName
{
background-color: #918604;
}
</style>
border-color css
<style>
span { border-color: #918604; }
span { border-color: rgb(145,134,4); }
td.TdClassName
{
border-color: #918604;
}
.TagClassName
{
border-color: #918604;
}
</style>