#8B7309

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

Shades of Olive #8B7309

Tints of Olive #8B7309

Color information

#8B7309 (or 0x8B7309) is unknown color: approx Olive. HEX triplet: 8B, 73 and 09. RGB value is (139,115,9). Sum of RGB (Red+Green+Blue) = 139+115+9=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7309 is #748CF6. Grayscale: #6E6E6E. Windows color (decimal): -7638263 or 619403. OLE color: 619403.

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

Color convert

RGB1391159-
CMYK00.170.940.45
HSL48.92º87.84%29.02%-
HSV(B)48.92º93.53%54.51%-
XYZ16.8317.772.8-
YUV110.0970.95148.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.85%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 9 (3.91% from 255) = 3.42%
R=52.85%
G=43.73%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139115900.170.940.4548.9287.8429.02
Hex8B7390115E2D31581d
Octal21316311021136556113035
Binary10001011111001110010100011011110101101110001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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