#8B8013

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

Shades of Olive #8B8013

Tints of Olive #8B8013

Color information

#8B8013 (or 0x8B8013) is unknown color: approx Olive. HEX triplet: 8B, 80 and 13. RGB value is (139,128,19). Sum of RGB (Red+Green+Blue) = 139+128+19=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8013 is #747FEC. Grayscale: #777777. Windows color (decimal): -7634925 or 1278091. OLE color: 1278091.

HSL color Cylindrical-coordinate representation of color #8B8013: hue angle of 54.5º 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 #8B8013 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB13912819-
CMYK00.080.860.45
HSL54.5º75.95%30.98%-
HSV(B)54.5º86.33%54.51%-
XYZ18.4820.973.69-
YUV118.8671.64142.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.60%
GREEN value IS 128 (50.39% from 255) = 44.76%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=48.60%
G=44.76%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391281900.080.860.4554.575.9530.98
Hex8B801308562D364c1f
Octal21320023010126556611437
Binary100010111000000010011010001010110101101110110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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