#8B8113

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

Shades of Olive #8B8113

Tints of Olive #8B8113

Color information

#8B8113 (or 0x8B8113) is unknown color: approx Olive. HEX triplet: 8B, 81 and 13. RGB value is (139,129,19). Sum of RGB (Red+Green+Blue) = 139+129+19=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8113 is #747EEC. Grayscale: #777777. Windows color (decimal): -7634669 or 1278347. OLE color: 1278347.

HSL color Cylindrical-coordinate representation of color #8B8113: hue angle of 55º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B8113 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB13912919-
CMYK00.070.860.45
HSL55º75.95%30.98%-
HSV(B)55º86.33%54.51%-
XYZ18.6221.243.73-
YUV119.4571.31141.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 129 (50.78% from 255) = 44.95%
BLUE value IS 19 (7.81% from 255) = 6.62%
R=48.43%
G=44.95%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391291900.070.860.455575.9530.98
Hex8B811307562D374c1f
Octal2132012307126556711437
Binary10001011100000011001101111010110101101110111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,19); }

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

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

 a { background-color: rgb(139,129,19); }

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

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

 span { border-color: rgb(139,129,19); }

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