Shades of Olive #918306
Tints of Olive #918306
RGB
CMYK
RGB Variations
Color information
#918306 (or 0x918306) is known color: Olive. HEX triplet: 91, 83 and 06. RGB value is (145,131,6). Sum of RGB (Red+Green+Blue) = 145+131+6=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #918306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918306 is #6E7CF9. Grayscale: #797979. Windows color (decimal): -7240954 or 426897. OLE color: 426897.
HSL color Cylindrical-coordinate representation of color #918306: hue angle of 53.96º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #918306 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 131 | 6 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.43 |
| HSL | 53.96º | 0.92% | 0.3% | - |
| HSV(B) | 53.96º | 0.96% | 0.57% | - |
| XYZ | 19.83 | 22.27 | 3.43 | - |
| YUV | 120.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 6 | 0 | 0.10 | 0.96 | 0.43 | 53.96 | 0.92 | 0.3 |
| Hex | 91 | 83 | 6 | 0 | A | 60 | 2B | 36 | 5C | 1E |
| Octal | 221 | 203 | 6 | 0 | 12 | 140 | 53 | 66 | 134 | 36 |
| Binary | 10010001 | 10000011 | 110 | 0 | 1010 | 1100000 | 101011 | 110110 | 1011100 | 11110 |
Color Harmonies of #918306
Complementary color
Monochromatic Colors of #918306
Black with #918306
Text Example
Text Example
White with #918306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918306; }
p { color: rgb(145,131,6); }
H1.HeaderClassName
{
color: #918306;
}
.AnyTagClassName
{
color: #918306;
}
</style>
background-color css
<style>
a { background-color: #918306; }
a { background-color: rgb(145,131,6); }
div.DivClassName
{
background-color: #918306;
}
.BgClassName
{
background-color: #918306;
}
</style>
border-color css
<style>
span { border-color: #918306; }
span { border-color: rgb(145,131,6); }
td.TdClassName
{
border-color: #918306;
}
.TagClassName
{
border-color: #918306;
}
</style>