#8B7209

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

Shades of Olive #8B7209

Tints of Olive #8B7209

Color information

#8B7209 (or 0x8B7209) is unknown color: approx Olive. HEX triplet: 8B, 72 and 09. RGB value is (139,114,9). Sum of RGB (Red+Green+Blue) = 139+114+9=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7209 is #748DF6. Grayscale: #6D6D6D. Windows color (decimal): -7638519 or 619147. OLE color: 619147.

HSL color Cylindrical-coordinate representation of color #8B7209: hue angle of 48.46º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B7209 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1391149-
CMYK00.180.940.45
HSL48.46º87.84%29.02%-
HSV(B)48.46º93.53%54.51%-
XYZ16.7117.542.76-
YUV109.571.28149.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 9 (3.91% from 255) = 3.44%
R=53.05%
G=43.51%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139114900.180.940.4548.4687.8429.02
Hex8B7290125E2D30581d
Octal21316211022136556013035
Binary10001011111001010010100101011110101101110000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,114,9); }

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

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

 a { background-color: rgb(139,114,9); }

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

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

 span { border-color: rgb(139,114,9); }

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