#8B7701

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

Shades of Olive #8B7701

Tints of Olive #8B7701

Color information

#8B7701 (or 0x8B7701) is unknown color: approx Olive. HEX triplet: 8B, 77 and 01. RGB value is (139,119,1). Sum of RGB (Red+Green+Blue) = 139+119+1=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7701 is #7488FE. Grayscale: #707070. Windows color (decimal): -7637247 or 96139. OLE color: 96139.

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

Color convert

RGB1391191-
CMYK00.140.990.45
HSL51.3º98.57%27.45%-
HSV(B)51.3º99.28%54.51%-
XYZ17.2518.682.73-
YUV111.5365.63147.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=53.67%
G=45.95%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139119100.140.990.4551.398.5727.45
Hex8B7710E632D33631b
Octal2131671016143556314333
Binary1000101111101111011101100011101101110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,119,1); }

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

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

 a { background-color: rgb(139,119,1); }

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

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

 span { border-color: rgb(139,119,1); }

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