#8B7305

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

Shades of Olive #8B7305

Tints of Olive #8B7305

Color information

#8B7305 (or 0x8B7305) is unknown color: approx Olive. HEX triplet: 8B, 73 and 05. RGB value is (139,115,5). Sum of RGB (Red+Green+Blue) = 139+115+5=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7305 is #748CFA. Grayscale: #6E6E6E. Windows color (decimal): -7638267 or 357259. OLE color: 357259.

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

Color convert

RGB1391155-
CMYK00.170.960.45
HSL49.25º93.06%28.24%-
HSV(B)49.25º96.4%54.51%-
XYZ16.8117.762.69-
YUV109.6468.95148.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 5 (2.34% from 255) = 1.93%
R=53.67%
G=44.40%
B=1.93%

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
Decimal139115500.170.960.4549.2593.0628.24
Hex8B735011602D315d1c
Octal2131635021140556113534
Binary1000101111100111010100011100000101101110001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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