#8B7106

Color #8B7106 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #8B7106

Tints of Olive #8B7106

Color information

#8B7106 (or 0x8B7106) is unknown color: approx Olive. HEX triplet: 8B, 71 and 06. RGB value is (139,113,6). Sum of RGB (Red+Green+Blue) = 139+113+6=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7106 is #748EF9. Grayscale: #6D6D6D. Windows color (decimal): -7638778 or 422283. OLE color: 422283.

HSL color Cylindrical-coordinate representation of color #8B7106: hue angle of 48.27º 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 #8B7106 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1391136-
CMYK00.190.960.45
HSL48.27º91.72%28.43%-
HSV(B)48.27º95.68%54.51%-
XYZ16.5917.312.64-
YUV108.5870.11149.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=53.88%
G=43.80%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139113600.190.960.4548.2791.7228.43
Hex8B716013602D305c1c
Octal2131616023140556013434
Binary1000101111100011100100111100000101101110000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7106; }

 p { color: rgb(139,113,6); }

 H1.HeaderClassName
 {
   color: #8B7106;
 }
 .AnyTagClassName
 {
   color: #8B7106;
 }
</style>
background-color css

<style>
 a { background-color: #8B7106; }

 a { background-color: rgb(139,113,6); }

 div.DivClassName
 {
   background-color: #8B7106;
 }
 .BgClassName
 {
   background-color: #8B7106;
 }
</style>
border-color css

<style>
 span { border-color: #8B7106; }

 span { border-color: rgb(139,113,6); }

 td.TdClassName
 {
   border-color: #8B7106;
 }
 .TagClassName
 {
   border-color: #8B7106;
 }
</style>