Shades of Olive #918610
Tints of Olive #918610
RGB
CMYK
RGB Variations
Color information
#918610 (or 0x918610) is known color: Olive. HEX triplet: 91, 86 and 10. RGB value is (145,134,16). Sum of RGB (Red+Green+Blue) = 145+134+16=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #918610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918610 is #6E79EF. Grayscale: #7C7C7C. Windows color (decimal): -7240176 or 1083025. OLE color: 1083025.
HSL color Cylindrical-coordinate representation of color #918610: hue angle of 54.88º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #918610 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 16 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.43 |
| HSL | 54.88º | 0.8% | 0.32% | - |
| HSV(B) | 54.88º | 0.89% | 0.57% | - |
| XYZ | 20.3 | 23.11 | 3.88 | - |
| YUV | 123.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 16 | 0 | 0.08 | 0.89 | 0.43 | 54.88 | 0.8 | 0.32 |
| Hex | 91 | 86 | 10 | 0 | 8 | 59 | 2B | 37 | 50 | 20 |
| Octal | 221 | 206 | 20 | 0 | 10 | 131 | 53 | 67 | 120 | 40 |
| Binary | 10010001 | 10000110 | 10000 | 0 | 1000 | 1011001 | 101011 | 110111 | 1010000 | 100000 |
Color Harmonies of #918610
Complementary color
Monochromatic Colors of #918610
Black with #918610
Text Example
Text Example
White with #918610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918610; }
p { color: rgb(145,134,16); }
H1.HeaderClassName
{
color: #918610;
}
.AnyTagClassName
{
color: #918610;
}
</style>
background-color css
<style>
a { background-color: #918610; }
a { background-color: rgb(145,134,16); }
div.DivClassName
{
background-color: #918610;
}
.BgClassName
{
background-color: #918610;
}
</style>
border-color css
<style>
span { border-color: #918610; }
span { border-color: rgb(145,134,16); }
td.TdClassName
{
border-color: #918610;
}
.TagClassName
{
border-color: #918610;
}
</style>