Shades of Olive #918A08
Tints of Olive #918A08
RGB
CMYK
RGB Variations
Color information
#918A08 (or 0x918A08) is known color: Olive. HEX triplet: 91, 8A and 08. RGB value is (145,138,8). Sum of RGB (Red+Green+Blue) = 145+138+8=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #918A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918A08 is #6E75F7. Grayscale: #7D7D7D. Windows color (decimal): -7239160 or 559761. OLE color: 559761.
HSL color Cylindrical-coordinate representation of color #918A08: hue angle of 56.93º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #918A08 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 8 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.43 |
| HSL | 56.93º | 0.9% | 0.3% | - |
| HSV(B) | 56.93º | 0.94% | 0.57% | - |
| XYZ | 20.81 | 24.21 | 3.81 | - |
| YUV | 125.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 8 | 0 | 0.05 | 0.94 | 0.43 | 56.93 | 0.9 | 0.3 |
| Hex | 91 | 8A | 8 | 0 | 5 | 5E | 2B | 39 | 5A | 1E |
| Octal | 221 | 212 | 10 | 0 | 5 | 136 | 53 | 71 | 132 | 36 |
| Binary | 10010001 | 10001010 | 1000 | 0 | 101 | 1011110 | 101011 | 111001 | 1011010 | 11110 |
Color Harmonies of #918A08
Complementary color
Monochromatic Colors of #918A08
Black with #918A08
Text Example
Text Example
White with #918A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A08; }
p { color: rgb(145,138,8); }
H1.HeaderClassName
{
color: #918A08;
}
.AnyTagClassName
{
color: #918A08;
}
</style>
background-color css
<style>
a { background-color: #918A08; }
a { background-color: rgb(145,138,8); }
div.DivClassName
{
background-color: #918A08;
}
.BgClassName
{
background-color: #918A08;
}
</style>
border-color css
<style>
span { border-color: #918A08; }
span { border-color: rgb(145,138,8); }
td.TdClassName
{
border-color: #918A08;
}
.TagClassName
{
border-color: #918A08;
}
</style>