#8B6E03

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

Shades of Olive #8B6E03

Tints of Olive #8B6E03

Color information

#8B6E03 (or 0x8B6E03) is unknown color: approx Olive. HEX triplet: 8B, 6E and 03. RGB value is (139,110,3). Sum of RGB (Red+Green+Blue) = 139+110+3=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6E03 is #7491FC. Grayscale: #6A6A6A. Windows color (decimal): -7639549 or 224907. OLE color: 224907.

HSL color Cylindrical-coordinate representation of color #8B6E03: hue angle of 47.21º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B6E03 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB1391103-
CMYK00.210.980.45
HSL47.21º95.77%27.84%-
HSV(B)47.21º97.84%54.51%-
XYZ16.2416.652.44-
YUV106.4769.61151.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 110 (43.36% from 255) = 43.65%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=55.16%
G=43.65%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139110300.210.980.4547.2195.7727.84
Hex8B6E3015622D2f601c
Octal2131563025142555714034
Binary100010111101110110101011100010101101101111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,3); }

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

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

 a { background-color: rgb(139,110,3); }

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

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

 span { border-color: rgb(139,110,3); }

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