Shades of Olive #918100
Tints of Olive #918100
RGB
CMYK
RGB Variations
Color information
#918100 (or 0x918100) is known color: Olive. HEX triplet: 91, 81 and 00. RGB value is (145,129,0). Sum of RGB (Red+Green+Blue) = 145+129+0=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #918100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918100 is #6E7EFF. Grayscale: #777777. Windows color (decimal): -7241472 or 33169. OLE color: 33169.
HSL color Cylindrical-coordinate representation of color #918100: hue angle of 53.38º 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 #918100 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.43 |
| HSL | 53.38º | 1% | 0.28% | - |
| HSV(B) | 53.38º | 1% | 0.57% | - |
| XYZ | 19.53 | 21.72 | 3.16 | - |
| YUV | 119.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 0 | 0 | 0.11 | 1 | 0.43 | 53.38 | 1 | 0.28 |
| Hex | 91 | 81 | 0 | 0 | B | 64 | 2B | 35 | 64 | 1C |
| Octal | 221 | 201 | 0 | 0 | 13 | 144 | 53 | 65 | 144 | 34 |
| Binary | 10010001 | 10000001 | 0 | 0 | 1011 | 1100100 | 101011 | 110101 | 1100100 | 11100 |
Color Harmonies of #918100
Complementary color
Monochromatic Colors of #918100
Black with #918100
Text Example
Text Example
White with #918100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918100; }
p { color: rgb(145,129,0); }
H1.HeaderClassName
{
color: #918100;
}
.AnyTagClassName
{
color: #918100;
}
</style>
background-color css
<style>
a { background-color: #918100; }
a { background-color: rgb(145,129,0); }
div.DivClassName
{
background-color: #918100;
}
.BgClassName
{
background-color: #918100;
}
</style>
border-color css
<style>
span { border-color: #918100; }
span { border-color: rgb(145,129,0); }
td.TdClassName
{
border-color: #918100;
}
.TagClassName
{
border-color: #918100;
}
</style>