Shades of Olive #918B00
Tints of Olive #918B00
RGB
CMYK
RGB Variations
Color information
#918B00 (or 0x918B00) is known color: Olive. HEX triplet: 91, 8B and 00. RGB value is (145,139,0). Sum of RGB (Red+Green+Blue) = 145+139+0=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #918B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918B00 is #6E74FF. Grayscale: #7D7D7D. Windows color (decimal): -7238912 or 35729. OLE color: 35729.
HSL color Cylindrical-coordinate representation of color #918B00: hue angle of 57.52º 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 #918B00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.43 |
| HSL | 57.52º | 1% | 0.28% | - |
| HSV(B) | 57.52º | 1% | 0.57% | - |
| XYZ | 20.91 | 24.48 | 3.62 | - |
| YUV | 124.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 0 | 0 | 0.04 | 1 | 0.43 | 57.52 | 1 | 0.28 |
| Hex | 91 | 8B | 0 | 0 | 4 | 64 | 2B | 3A | 64 | 1C |
| Octal | 221 | 213 | 0 | 0 | 4 | 144 | 53 | 72 | 144 | 34 |
| Binary | 10010001 | 10001011 | 0 | 0 | 100 | 1100100 | 101011 | 111010 | 1100100 | 11100 |
Color Harmonies of #918B00
Complementary color
Monochromatic Colors of #918B00
Black with #918B00
Text Example
Text Example
White with #918B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B00; }
p { color: rgb(145,139,0); }
H1.HeaderClassName
{
color: #918B00;
}
.AnyTagClassName
{
color: #918B00;
}
</style>
background-color css
<style>
a { background-color: #918B00; }
a { background-color: rgb(145,139,0); }
div.DivClassName
{
background-color: #918B00;
}
.BgClassName
{
background-color: #918B00;
}
</style>
border-color css
<style>
span { border-color: #918B00; }
span { border-color: rgb(145,139,0); }
td.TdClassName
{
border-color: #918B00;
}
.TagClassName
{
border-color: #918B00;
}
</style>