#8B6F03

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

Shades of Olive #8B6F03

Tints of Olive #8B6F03

Color information

#8B6F03 (or 0x8B6F03) is unknown color: approx Olive. HEX triplet: 8B, 6F and 03. RGB value is (139,111,3). Sum of RGB (Red+Green+Blue) = 139+111+3=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6F03 is #7490FC. Grayscale: #6B6B6B. Windows color (decimal): -7639293 or 225163. OLE color: 225163.

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

Color convert

RGB1391113-
CMYK00.200.980.45
HSL47.65º95.77%27.84%-
HSV(B)47.65º97.84%54.51%-
XYZ16.3516.862.48-
YUV107.0669.28150.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.94%
GREEN value IS 111 (43.75% from 255) = 43.87%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=54.94%
G=43.87%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139111300.200.980.4547.6595.7727.84
Hex8B6F3014622D30601c
Octal2131573024142556014034
Binary100010111101111110101001100010101101110000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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