Shades of Olive #8B7B13
Tints of Olive #8B7B13
RGB
CMYK
RGB Variations
Color information
#8B7B13 (or 0x8B7B13) is known color: Olive. HEX triplet: 8B, 7B and 13. RGB value is (139,123,19). Sum of RGB (Red+Green+Blue) = 139+123+19=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7B13 is #7484EC. Grayscale: #747474. Windows color (decimal): -7636205 or 1276811. OLE color: 1276811.
HSL color Cylindrical-coordinate representation of color #8B7B13: hue angle of 52º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B7B13 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 19 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.45 |
| HSL | 52º | 0.76% | 0.31% | - |
| HSV(B) | 52º | 0.86% | 0.55% | - |
| XYZ | 17.85 | 19.7 | 3.48 | - |
| YUV | 115.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 19 | 0 | 0.12 | 0.86 | 0.45 | 52 | 0.76 | 0.31 |
| Hex | 8B | 7B | 13 | 0 | C | 56 | 2D | 34 | 4C | 1F |
| Octal | 213 | 173 | 23 | 0 | 14 | 126 | 55 | 64 | 114 | 37 |
| Binary | 10001011 | 1111011 | 10011 | 0 | 1100 | 1010110 | 101101 | 110100 | 1001100 | 11111 |
Color Harmonies of #8B7B13
Complementary color
Monochromatic Colors of #8B7B13
Black with #8B7B13
Text Example
Text Example
White with #8B7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B13; }
p { color: rgb(139,123,19); }
H1.HeaderClassName
{
color: #8B7B13;
}
.AnyTagClassName
{
color: #8B7B13;
}
</style>
background-color css
<style>
a { background-color: #8B7B13; }
a { background-color: rgb(139,123,19); }
div.DivClassName
{
background-color: #8B7B13;
}
.BgClassName
{
background-color: #8B7B13;
}
</style>
border-color css
<style>
span { border-color: #8B7B13; }
span { border-color: rgb(139,123,19); }
td.TdClassName
{
border-color: #8B7B13;
}
.TagClassName
{
border-color: #8B7B13;
}
</style>