Shades of Olive #8B7606
Tints of Olive #8B7606
RGB
CMYK
RGB Variations
Color information
#8B7606 (or 0x8B7606) is known color: Olive. HEX triplet: 8B, 76 and 06. RGB value is (139,118,6). Sum of RGB (Red+Green+Blue) = 139+118+6=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7606 is #7489F9. Grayscale: #6F6F6F. Windows color (decimal): -7637498 or 423563. OLE color: 423563.
HSL color Cylindrical-coordinate representation of color #8B7606: hue angle of 50.53º 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 #8B7606 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 6 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.45 |
| HSL | 50.53º | 0.92% | 0.28% | - |
| HSV(B) | 50.53º | 0.96% | 0.55% | - |
| XYZ | 17.16 | 18.46 | 2.83 | - |
| YUV | 111.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 6 | 0 | 0.15 | 0.96 | 0.45 | 50.53 | 0.92 | 0.28 |
| Hex | 8B | 76 | 6 | 0 | F | 60 | 2D | 33 | 5C | 1C |
| Octal | 213 | 166 | 6 | 0 | 17 | 140 | 55 | 63 | 134 | 34 |
| Binary | 10001011 | 1110110 | 110 | 0 | 1111 | 1100000 | 101101 | 110011 | 1011100 | 11100 |
Color Harmonies of #8B7606
Complementary color
Monochromatic Colors of #8B7606
Black with #8B7606
Text Example
Text Example
White with #8B7606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7606; }
p { color: rgb(139,118,6); }
H1.HeaderClassName
{
color: #8B7606;
}
.AnyTagClassName
{
color: #8B7606;
}
</style>
background-color css
<style>
a { background-color: #8B7606; }
a { background-color: rgb(139,118,6); }
div.DivClassName
{
background-color: #8B7606;
}
.BgClassName
{
background-color: #8B7606;
}
</style>
border-color css
<style>
span { border-color: #8B7606; }
span { border-color: rgb(139,118,6); }
td.TdClassName
{
border-color: #8B7606;
}
.TagClassName
{
border-color: #8B7606;
}
</style>