#8B8505

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

Shades of Olive #8B8505

Tints of Olive #8B8505

Color information

#8B8505 (or 0x8B8505) is unknown color: approx Olive. HEX triplet: 8B, 85 and 05. RGB value is (139,133,5). Sum of RGB (Red+Green+Blue) = 139+133+5=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8505 is #747AFA. Grayscale: #787878. Windows color (decimal): -7633659 or 361867. OLE color: 361867.

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

Color convert

RGB1391335-
CMYK00.040.960.45
HSL57.31º93.06%28.24%-
HSV(B)57.31º96.4%54.51%-
XYZ19.0622.273.44-
YUV120.262.99141.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 5 (2.34% from 255) = 1.81%
R=50.18%
G=48.01%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139133500.040.960.4557.3193.0628.24
Hex8B85504602D395d1c
Octal213205504140557113534
Binary100010111000010110101001100000101101111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,5); }

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

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

 a { background-color: rgb(139,133,5); }

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

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

 span { border-color: rgb(139,133,5); }

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