#8B6F00

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

Shades of Olive #8B6F00

Tints of Olive #8B6F00

Color information

#8B6F00 (or 0x8B6F00) is unknown color: approx Olive. HEX triplet: 8B, 6F and 00. RGB value is (139,111,0). Sum of RGB (Red+Green+Blue) = 139+111+0=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6F00 is #7490FF. Grayscale: #6B6B6B. Windows color (decimal): -7639296 or 28555. OLE color: 28555.

HSL color Cylindrical-coordinate representation of color #8B6F00: hue angle of 47.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B6F00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB1391110-
CMYK00.2010.45
HSL47.91º100%27.25%-
HSV(B)47.91º100%54.51%-
XYZ16.3316.862.39-
YUV106.7267.78151.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 111 (43.75% from 255) = 44.4%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.6%
G=44.4%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139111000.2010.4547.9110027.25
Hex8B6F0014642D30641b
Octal2131570024144556014433
Binary10001011110111100101001100100101101110000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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