#8b800a

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

Shades of Olive #8B800A

Tints of Olive #8B800A

Color information

#8B800A (or 0x8B800A) is unknown color: approx Olive. HEX triplet: 8B, 80 and 0A. RGB value is (139,128,10). Sum of RGB (Red+Green+Blue) = 139+128+10=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B800A is #747FF5. Grayscale: #767676. Windows color (decimal): -7634934 or 688267. OLE color: 688267.

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

Color convert

RGB13912810-
CMYK00.080.930.45
HSL54.88º86.58%29.22%-
HSV(B)54.88º92.81%54.51%-
XYZ18.4220.953.36-
YUV117.8467.14143.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=50.18%
G=46.21%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391281000.080.930.4554.8886.5829.22
Hex8B80A085D2D37571d
Octal21320012010135556712735
Binary10001011100000001010010001011101101101110111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b800a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,128,10); }

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

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

 a { background-color: rgb(139,128,10); }

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

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

 span { border-color: rgb(139,128,10); }

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