#8B8409

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

Shades of Olive #8B8409

Tints of Olive #8B8409

Color information

#8B8409 (or 0x8B8409) is unknown color: approx Olive. HEX triplet: 8B, 84 and 09. RGB value is (139,132,9). Sum of RGB (Red+Green+Blue) = 139+132+9=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8409 is #747BF6. Grayscale: #787878. Windows color (decimal): -7633911 or 623755. OLE color: 623755.

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

Color convert

RGB1391329-
CMYK00.050.940.45
HSL56.77º87.84%29.02%-
HSV(B)56.77º93.53%54.51%-
XYZ18.9522.013.51-
YUV120.0765.32141.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 9 (3.91% from 255) = 3.21%
R=49.64%
G=47.14%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139132900.050.940.4556.7787.8429.02
Hex8B849055E2D39581d
Octal2132041105136557113035
Binary1000101110000100100101011011110101101111001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,132,9); }

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

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

 a { background-color: rgb(139,132,9); }

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

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

 span { border-color: rgb(139,132,9); }

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