Shades of Olive #8B770D
Tints of Olive #8B770D
RGB
CMYK
RGB Variations
Color information
#8B770D (or 0x8B770D) is known color: Olive. HEX triplet: 8B, 77 and 0D. RGB value is (139,119,13). Sum of RGB (Red+Green+Blue) = 139+119+13=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B770D is #7488F2. Grayscale: #717171. Windows color (decimal): -7637235 or 882571. OLE color: 882571.
HSL color Cylindrical-coordinate representation of color #8B770D: hue angle of 50.48º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B770D is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 13 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.45 |
| HSL | 50.48º | 0.83% | 0.3% | - |
| HSV(B) | 50.48º | 0.91% | 0.55% | - |
| XYZ | 17.32 | 18.71 | 3.08 | - |
| YUV | 112.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 13 | 0 | 0.14 | 0.91 | 0.45 | 50.48 | 0.83 | 0.3 |
| Hex | 8B | 77 | D | 0 | E | 5B | 2D | 32 | 53 | 1E |
| Octal | 213 | 167 | 15 | 0 | 16 | 133 | 55 | 62 | 123 | 36 |
| Binary | 10001011 | 1110111 | 1101 | 0 | 1110 | 1011011 | 101101 | 110010 | 1010011 | 11110 |
Color Harmonies of #8B770D
Complementary color
Monochromatic Colors of #8B770D
Black with #8B770D
Text Example
Text Example
White with #8B770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B770D; }
p { color: rgb(139,119,13); }
H1.HeaderClassName
{
color: #8B770D;
}
.AnyTagClassName
{
color: #8B770D;
}
</style>
background-color css
<style>
a { background-color: #8B770D; }
a { background-color: rgb(139,119,13); }
div.DivClassName
{
background-color: #8B770D;
}
.BgClassName
{
background-color: #8B770D;
}
</style>
border-color css
<style>
span { border-color: #8B770D; }
span { border-color: rgb(139,119,13); }
td.TdClassName
{
border-color: #8B770D;
}
.TagClassName
{
border-color: #8B770D;
}
</style>