#8B7302

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

Shades of Olive #8B7302

Tints of Olive #8B7302

Color information

#8B7302 (or 0x8B7302) is unknown color: approx Olive. HEX triplet: 8B, 73 and 02. RGB value is (139,115,2). Sum of RGB (Red+Green+Blue) = 139+115+2=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7302 is #748CFD. Grayscale: #6D6D6D. Windows color (decimal): -7638270 or 160651. OLE color: 160651.

HSL color Cylindrical-coordinate representation of color #8B7302: hue angle of 49.49º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B7302 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB1391152-
CMYK00.170.990.45
HSL49.49º97.16%27.65%-
HSV(B)49.49º98.56%54.51%-
XYZ16.7917.752.6-
YUV109.2967.45149.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 115 (45.31% from 255) = 44.92%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=54.30%
G=44.92%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139115200.170.990.4549.4997.1627.65
Hex8B732011632D31611c
Octal2131632021143556114134
Binary100010111110011100100011100011101101110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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