Shades of Olive #8B8912
Tints of Olive #8B8912
RGB
CMYK
RGB Variations
Color information
#8B8912 (or 0x8B8912) is known color: Olive. HEX triplet: 8B, 89 and 12. RGB value is (139,137,18). Sum of RGB (Red+Green+Blue) = 139+137+18=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8912 is #7476ED. Grayscale: #7C7C7C. Windows color (decimal): -7632622 or 1214859. OLE color: 1214859.
HSL color Cylindrical-coordinate representation of color #8B8912: hue angle of 59.01º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B8912 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 18 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.45 |
| HSL | 59.01º | 0.77% | 0.31% | - |
| HSV(B) | 59.01º | 0.87% | 0.55% | - |
| XYZ | 19.7 | 23.42 | 4.06 | - |
| YUV | 124.03 | 68.16 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 18 | 0 | 0.01 | 0.87 | 0.45 | 59.01 | 0.77 | 0.31 |
| Hex | 8B | 89 | 12 | 0 | 1 | 57 | 2D | 3B | 4D | 1F |
| Octal | 213 | 211 | 22 | 0 | 1 | 127 | 55 | 73 | 115 | 37 |
| Binary | 10001011 | 10001001 | 10010 | 0 | 1 | 1010111 | 101101 | 111011 | 1001101 | 11111 |
Color Harmonies of #8B8912
Complementary color
Monochromatic Colors of #8B8912
Black with #8B8912
Text Example
Text Example
White with #8B8912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8912; }
p { color: rgb(139,137,18); }
H1.HeaderClassName
{
color: #8B8912;
}
.AnyTagClassName
{
color: #8B8912;
}
</style>
background-color css
<style>
a { background-color: #8B8912; }
a { background-color: rgb(139,137,18); }
div.DivClassName
{
background-color: #8B8912;
}
.BgClassName
{
background-color: #8B8912;
}
</style>
border-color css
<style>
span { border-color: #8B8912; }
span { border-color: rgb(139,137,18); }
td.TdClassName
{
border-color: #8B8912;
}
.TagClassName
{
border-color: #8B8912;
}
</style>