#8B8611

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

Shades of Olive #8B8611

Tints of Olive #8B8611

Color information

#8B8611 (or 0x8B8611) is unknown color: approx Olive. HEX triplet: 8B, 86 and 11. RGB value is (139,134,17). Sum of RGB (Red+Green+Blue) = 139+134+17=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8611 is #7479EE. Grayscale: #7A7A7A. Windows color (decimal): -7633391 or 1148555. OLE color: 1148555.

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

Color convert

RGB13913417-
CMYK00.040.880.45
HSL57.54º78.21%30.59%-
HSV(B)57.54º87.77%54.51%-
XYZ19.2722.583.87-
YUV122.1668.66140.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 17 (7.03% from 255) = 5.86%
R=47.93%
G=46.21%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391341700.040.880.4557.5478.2130.59
Hex8B861104582D3a4e1f
Octal2132062104130557211637
Binary10001011100001101000101001011000101101111010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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