Shades of Olive #918F0B
Tints of Olive #918F0B
RGB
CMYK
RGB Variations
Color information
#918F0B (or 0x918F0B) is known color: Olive. HEX triplet: 91, 8F and 0B. RGB value is (145,143,11). Sum of RGB (Red+Green+Blue) = 145+143+11=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #918F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918F0B is #6E70F4. Grayscale: #818181. Windows color (decimal): -7237877 or 757649. OLE color: 757649.
HSL color Cylindrical-coordinate representation of color #918F0B: hue angle of 59.1º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #918F0B is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 11 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.43 |
| HSL | 59.1º | 0.86% | 0.31% | - |
| HSV(B) | 59.1º | 0.92% | 0.57% | - |
| XYZ | 21.56 | 25.69 | 4.14 | - |
| YUV | 128.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 11 | 0 | 0.01 | 0.92 | 0.43 | 59.1 | 0.86 | 0.31 |
| Hex | 91 | 8F | B | 0 | 1 | 5C | 2B | 3B | 56 | 1F |
| Octal | 221 | 217 | 13 | 0 | 1 | 134 | 53 | 73 | 126 | 37 |
| Binary | 10010001 | 10001111 | 1011 | 0 | 1 | 1011100 | 101011 | 111011 | 1010110 | 11111 |
Color Harmonies of #918F0B
Complementary color
Monochromatic Colors of #918F0B
Black with #918F0B
Text Example
Text Example
White with #918F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F0B; }
p { color: rgb(145,143,11); }
H1.HeaderClassName
{
color: #918F0B;
}
.AnyTagClassName
{
color: #918F0B;
}
</style>
background-color css
<style>
a { background-color: #918F0B; }
a { background-color: rgb(145,143,11); }
div.DivClassName
{
background-color: #918F0B;
}
.BgClassName
{
background-color: #918F0B;
}
</style>
border-color css
<style>
span { border-color: #918F0B; }
span { border-color: rgb(145,143,11); }
td.TdClassName
{
border-color: #918F0B;
}
.TagClassName
{
border-color: #918F0B;
}
</style>