Shades of Olive #8B9108
Tints of Olive #8B9108
RGB
CMYK
RGB Variations
Color information
#8B9108 (or 0x8B9108) is known color: Olive. HEX triplet: 8B, 91 and 08. RGB value is (139,145,8). Sum of RGB (Red+Green+Blue) = 139+145+8=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9108 is #746EF7. Grayscale: #808080. Windows color (decimal): -7630584 or 561547. OLE color: 561547.
HSL color Cylindrical-coordinate representation of color #8B9108: hue angle of 62.63º 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 #8B9108 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 145 | 8 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.43 |
| HSL | 62.63º | 0.9% | 0.3% | - |
| HSV(B) | 62.63º | 0.94% | 0.57% | - |
| XYZ | 20.82 | 25.76 | 4.1 | - |
| YUV | 127.59 | 60.51 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 8 | 0.04 | 0 | 0.94 | 0.43 | 62.63 | 0.9 | 0.3 |
| Hex | 8B | 91 | 8 | 4 | 0 | 5E | 2B | 3F | 5A | 1E |
| Octal | 213 | 221 | 10 | 4 | 0 | 136 | 53 | 77 | 132 | 36 |
| Binary | 10001011 | 10010001 | 1000 | 100 | 0 | 1011110 | 101011 | 111111 | 1011010 | 11110 |
Color Harmonies of #8B9108
Complementary color
Monochromatic Colors of #8B9108
Black with #8B9108
Text Example
Text Example
White with #8B9108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9108; }
p { color: rgb(139,145,8); }
H1.HeaderClassName
{
color: #8B9108;
}
.AnyTagClassName
{
color: #8B9108;
}
</style>
background-color css
<style>
a { background-color: #8B9108; }
a { background-color: rgb(139,145,8); }
div.DivClassName
{
background-color: #8B9108;
}
.BgClassName
{
background-color: #8B9108;
}
</style>
border-color css
<style>
span { border-color: #8B9108; }
span { border-color: rgb(139,145,8); }
td.TdClassName
{
border-color: #8B9108;
}
.TagClassName
{
border-color: #8B9108;
}
</style>