Shades of Olive #918300
Tints of Olive #918300
RGB
CMYK
RGB Variations
Color information
#918300 (or 0x918300) is known color: Olive. HEX triplet: 91, 83 and 00. RGB value is (145,131,0). Sum of RGB (Red+Green+Blue) = 145+131+0=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #918300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918300 is #6E7CFF. Grayscale: #787878. Windows color (decimal): -7240960 or 33681. OLE color: 33681.
HSL color Cylindrical-coordinate representation of color #918300: hue angle of 54.21º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #918300 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 131 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.43 |
| HSL | 54.21º | 1% | 0.28% | - |
| HSV(B) | 54.21º | 1% | 0.57% | - |
| XYZ | 19.79 | 22.25 | 3.25 | - |
| YUV | 120.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 0 | 0 | 0.10 | 1 | 0.43 | 54.21 | 1 | 0.28 |
| Hex | 91 | 83 | 0 | 0 | A | 64 | 2B | 36 | 64 | 1C |
| Octal | 221 | 203 | 0 | 0 | 12 | 144 | 53 | 66 | 144 | 34 |
| Binary | 10010001 | 10000011 | 0 | 0 | 1010 | 1100100 | 101011 | 110110 | 1100100 | 11100 |
Color Harmonies of #918300
Complementary color
Monochromatic Colors of #918300
Black with #918300
Text Example
Text Example
White with #918300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918300; }
p { color: rgb(145,131,0); }
H1.HeaderClassName
{
color: #918300;
}
.AnyTagClassName
{
color: #918300;
}
</style>
background-color css
<style>
a { background-color: #918300; }
a { background-color: rgb(145,131,0); }
div.DivClassName
{
background-color: #918300;
}
.BgClassName
{
background-color: #918300;
}
</style>
border-color css
<style>
span { border-color: #918300; }
span { border-color: rgb(145,131,0); }
td.TdClassName
{
border-color: #918300;
}
.TagClassName
{
border-color: #918300;
}
</style>