#8b8010

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

Shades of Olive #8B8010

Tints of Olive #8B8010

Color information

#8B8010 (or 0x8B8010) is unknown color: approx Olive. HEX triplet: 8B, 80 and 10. RGB value is (139,128,16). Sum of RGB (Red+Green+Blue) = 139+128+16=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8010 is #747FEF. Grayscale: #767676. Windows color (decimal): -7634928 or 1081483. OLE color: 1081483.

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

Color convert

RGB13912816-
CMYK00.080.880.45
HSL54.63º79.35%30.39%-
HSV(B)54.63º88.49%54.51%-
XYZ18.4620.963.56-
YUV118.5270.14142.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 16 (6.64% from 255) = 5.65%
R=49.12%
G=45.23%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391281600.080.880.4554.6379.3530.39
Hex8B801008582D374f1e
Octal21320020010130556711736
Binary100010111000000010000010001011000101101110111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b8010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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