#8B7E11

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

Shades of Olive #8B7E11

Tints of Olive #8B7E11

Color information

#8B7E11 (or 0x8B7E11) is unknown color: approx Olive. HEX triplet: 8B, 7E and 11. RGB value is (139,126,17). Sum of RGB (Red+Green+Blue) = 139+126+17=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7E11 is #7481EE. Grayscale: #757575. Windows color (decimal): -7635439 or 1146507. OLE color: 1146507.

HSL color Cylindrical-coordinate representation of color #8B7E11: hue angle of 53.61º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B7E11 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB13912617-
CMYK00.090.880.45
HSL53.61º78.21%30.59%-
HSV(B)53.61º87.77%54.51%-
XYZ18.2120.453.52-
YUV117.4671.31143.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 126 (49.61% from 255) = 44.68%
BLUE value IS 17 (7.03% from 255) = 6.03%
R=49.29%
G=44.68%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391261700.090.880.4553.6178.2130.59
Hex8B7E1109582D364e1f
Octal21317621011130556611637
Binary10001011111111010001010011011000101101110110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,126,17); }

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

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

 a { background-color: rgb(139,126,17); }

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

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

 span { border-color: rgb(139,126,17); }

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