Shades of Olive #8B8706
Tints of Olive #8B8706
RGB
CMYK
RGB Variations
Color information
#8B8706 (or 0x8B8706) is known color: Olive. HEX triplet: 8B, 87 and 06. RGB value is (139,135,6). Sum of RGB (Red+Green+Blue) = 139+135+6=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8706 is #7478F9. Grayscale: #7A7A7A. Windows color (decimal): -7633146 or 427915. OLE color: 427915.
HSL color Cylindrical-coordinate representation of color #8B8706: hue angle of 58.2º 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 #8B8706 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 6 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.45 |
| HSL | 58.2º | 0.92% | 0.28% | - |
| HSV(B) | 58.2º | 0.96% | 0.55% | - |
| XYZ | 19.34 | 22.83 | 3.56 | - |
| YUV | 121.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 6 | 0 | 0.03 | 0.96 | 0.45 | 58.2 | 0.92 | 0.28 |
| Hex | 8B | 87 | 6 | 0 | 3 | 60 | 2D | 3A | 5C | 1C |
| Octal | 213 | 207 | 6 | 0 | 3 | 140 | 55 | 72 | 134 | 34 |
| Binary | 10001011 | 10000111 | 110 | 0 | 11 | 1100000 | 101101 | 111010 | 1011100 | 11100 |
Color Harmonies of #8B8706
Complementary color
Monochromatic Colors of #8B8706
Black with #8B8706
Text Example
Text Example
White with #8B8706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8706; }
p { color: rgb(139,135,6); }
H1.HeaderClassName
{
color: #8B8706;
}
.AnyTagClassName
{
color: #8B8706;
}
</style>
background-color css
<style>
a { background-color: #8B8706; }
a { background-color: rgb(139,135,6); }
div.DivClassName
{
background-color: #8B8706;
}
.BgClassName
{
background-color: #8B8706;
}
</style>
border-color css
<style>
span { border-color: #8B8706; }
span { border-color: rgb(139,135,6); }
td.TdClassName
{
border-color: #8B8706;
}
.TagClassName
{
border-color: #8B8706;
}
</style>