#8B7509

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

Shades of Olive #8B7509

Tints of Olive #8B7509

Color information

#8B7509 (or 0x8B7509) is unknown color: approx Olive. HEX triplet: 8B, 75 and 09. RGB value is (139,117,9). Sum of RGB (Red+Green+Blue) = 139+117+9=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7509 is #748AF6. Grayscale: #6F6F6F. Windows color (decimal): -7637751 or 619915. OLE color: 619915.

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

Color convert

RGB1391179-
CMYK00.160.940.45
HSL49.85º87.84%29.02%-
HSV(B)49.85º93.53%54.51%-
XYZ17.0618.232.88-
YUV111.2770.29147.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 9 (3.91% from 255) = 3.40%
R=52.45%
G=44.15%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139117900.160.940.4549.8587.8429.02
Hex8B7590105E2D32581d
Octal21316511020136556213035
Binary10001011111010110010100001011110101101110010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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