#8B7600

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

Shades of Olive #8B7600

Tints of Olive #8B7600

Color information

#8B7600 (or 0x8B7600) is unknown color: approx Olive. HEX triplet: 8B, 76 and 00. RGB value is (139,118,0). Sum of RGB (Red+Green+Blue) = 139+118+0=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7600 is #7489FF. Grayscale: #6F6F6F. Windows color (decimal): -7637504 or 30347. OLE color: 30347.

HSL color Cylindrical-coordinate representation of color #8B7600: hue angle of 50.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B7600 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB1391180-
CMYK00.1510.45
HSL50.94º100%27.25%-
HSV(B)50.94º100%54.51%-
XYZ17.1318.452.66-
YUV110.8365.46148.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.09%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.09%
G=45.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139118000.1510.4550.9410027.25
Hex8B7600F642D33641b
Octal2131660017144556314433
Binary1000101111101100011111100100101101110011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,118,0); }

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

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

 a { background-color: rgb(139,118,0); }

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

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

 span { border-color: rgb(139,118,0); }

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