#8B7205

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

Shades of Olive #8B7205

Tints of Olive #8B7205

Color information

#8B7205 (or 0x8B7205) is unknown color: approx Olive. HEX triplet: 8B, 72 and 05. RGB value is (139,114,5). Sum of RGB (Red+Green+Blue) = 139+114+5=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7205 is #748DFA. Grayscale: #6D6D6D. Windows color (decimal): -7638523 or 357003. OLE color: 357003.

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

Color convert

RGB1391145-
CMYK00.180.960.45
HSL48.81º93.06%28.24%-
HSV(B)48.81º96.4%54.51%-
XYZ16.6917.532.65-
YUV109.0569.28149.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 5 (2.34% from 255) = 1.94%
R=53.88%
G=44.19%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139114500.180.960.4548.8193.0628.24
Hex8B725012602D315d1c
Octal2131625022140556113534
Binary1000101111100101010100101100000101101110001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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