Shades of Olive #8B7706
Tints of Olive #8B7706
RGB
CMYK
RGB Variations
Color information
#8B7706 (or 0x8B7706) is known color: Olive. HEX triplet: 8B, 77 and 06. RGB value is (139,119,6). Sum of RGB (Red+Green+Blue) = 139+119+6=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7706 is #7488F9. Grayscale: #707070. Windows color (decimal): -7637242 or 423819. OLE color: 423819.
HSL color Cylindrical-coordinate representation of color #8B7706: hue angle of 50.98º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B7706 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 6 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.45 |
| HSL | 50.98º | 0.92% | 0.28% | - |
| HSV(B) | 50.98º | 0.96% | 0.55% | - |
| XYZ | 17.28 | 18.7 | 2.87 | - |
| YUV | 112.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 6 | 0 | 0.14 | 0.96 | 0.45 | 50.98 | 0.92 | 0.28 |
| Hex | 8B | 77 | 6 | 0 | E | 60 | 2D | 33 | 5C | 1C |
| Octal | 213 | 167 | 6 | 0 | 16 | 140 | 55 | 63 | 134 | 34 |
| Binary | 10001011 | 1110111 | 110 | 0 | 1110 | 1100000 | 101101 | 110011 | 1011100 | 11100 |
Color Harmonies of #8B7706
Complementary color
Monochromatic Colors of #8B7706
Black with #8B7706
Text Example
Text Example
White with #8B7706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7706; }
p { color: rgb(139,119,6); }
H1.HeaderClassName
{
color: #8B7706;
}
.AnyTagClassName
{
color: #8B7706;
}
</style>
background-color css
<style>
a { background-color: #8B7706; }
a { background-color: rgb(139,119,6); }
div.DivClassName
{
background-color: #8B7706;
}
.BgClassName
{
background-color: #8B7706;
}
</style>
border-color css
<style>
span { border-color: #8B7706; }
span { border-color: rgb(139,119,6); }
td.TdClassName
{
border-color: #8B7706;
}
.TagClassName
{
border-color: #8B7706;
}
</style>