Shades of Olive #8B8812
Tints of Olive #8B8812
RGB
CMYK
RGB Variations
Color information
#8B8812 (or 0x8B8812) is known color: Olive. HEX triplet: 8B, 88 and 12. RGB value is (139,136,18). Sum of RGB (Red+Green+Blue) = 139+136+18=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8812 is #7477ED. Grayscale: #7B7B7B. Windows color (decimal): -7632878 or 1214603. OLE color: 1214603.
HSL color Cylindrical-coordinate representation of color #8B8812: hue angle of 58.51º 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 #8B8812 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 18 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.45 |
| HSL | 58.51º | 0.77% | 0.31% | - |
| HSV(B) | 58.51º | 0.87% | 0.55% | - |
| XYZ | 19.56 | 23.14 | 4.01 | - |
| YUV | 123.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 18 | 0 | 0.02 | 0.87 | 0.45 | 58.51 | 0.77 | 0.31 |
| Hex | 8B | 88 | 12 | 0 | 2 | 57 | 2D | 3B | 4D | 1F |
| Octal | 213 | 210 | 22 | 0 | 2 | 127 | 55 | 73 | 115 | 37 |
| Binary | 10001011 | 10001000 | 10010 | 0 | 10 | 1010111 | 101101 | 111011 | 1001101 | 11111 |
Color Harmonies of #8B8812
Complementary color
Monochromatic Colors of #8B8812
Black with #8B8812
Text Example
Text Example
White with #8B8812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8812; }
p { color: rgb(139,136,18); }
H1.HeaderClassName
{
color: #8B8812;
}
.AnyTagClassName
{
color: #8B8812;
}
</style>
background-color css
<style>
a { background-color: #8B8812; }
a { background-color: rgb(139,136,18); }
div.DivClassName
{
background-color: #8B8812;
}
.BgClassName
{
background-color: #8B8812;
}
</style>
border-color css
<style>
span { border-color: #8B8812; }
span { border-color: rgb(139,136,18); }
td.TdClassName
{
border-color: #8B8812;
}
.TagClassName
{
border-color: #8B8812;
}
</style>