#8B8613

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

Shades of Olive #8B8613

Tints of Olive #8B8613

Color information

#8B8613 (or 0x8B8613) is unknown color: approx Olive. HEX triplet: 8B, 86 and 13. RGB value is (139,134,19). Sum of RGB (Red+Green+Blue) = 139+134+19=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8613 is #7479EC. Grayscale: #7A7A7A. Windows color (decimal): -7633389 or 1279627. OLE color: 1279627.

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

Color convert

RGB13913419-
CMYK00.040.860.45
HSL57.5º75.95%30.98%-
HSV(B)57.5º86.33%54.51%-
XYZ19.2922.593.96-
YUV122.3869.66139.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 19 (7.81% from 255) = 6.51%
R=47.60%
G=45.89%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391341900.040.860.4557.575.9530.98
Hex8B861304562D3a4c1f
Octal2132062304126557211437
Binary10001011100001101001101001010110101101111010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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