#8B7406

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

Shades of Olive #8B7406

Tints of Olive #8B7406

Color information

#8B7406 (or 0x8B7406) is unknown color: approx Olive. HEX triplet: 8B, 74 and 06. RGB value is (139,116,6). Sum of RGB (Red+Green+Blue) = 139+116+6=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7406 is #748BF9. Grayscale: #6E6E6E. Windows color (decimal): -7638010 or 423051. OLE color: 423051.

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

Color convert

RGB1391166-
CMYK00.170.960.45
HSL49.62º91.72%28.43%-
HSV(B)49.62º95.68%54.51%-
XYZ16.9317.992.75-
YUV110.3469.12148.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.26%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 6 (2.73% from 255) = 2.30%
R=53.26%
G=44.44%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139116600.170.960.4549.6291.7228.43
Hex8B746011602D325c1c
Octal2131646021140556213434
Binary1000101111101001100100011100000101101110010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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