#8B7201

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

Shades of Olive #8B7201

Tints of Olive #8B7201

Color information

#8B7201 (or 0x8B7201) is unknown color: approx Olive. HEX triplet: 8B, 72 and 01. RGB value is (139,114,1). Sum of RGB (Red+Green+Blue) = 139+114+1=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7201 is #748DFE. Grayscale: #6D6D6D. Windows color (decimal): -7638527 or 94859. OLE color: 94859.

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

Color convert

RGB1391141-
CMYK00.180.990.45
HSL49.13º98.57%27.45%-
HSV(B)49.13º99.28%54.51%-
XYZ16.6717.532.53-
YUV108.5967.28149.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.72%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=54.72%
G=44.88%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139114100.180.990.4549.1398.5727.45
Hex8B721012632D31631b
Octal2131621022143556114333
Binary10001011111001010100101100011101101110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,114,1); }

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

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

 a { background-color: rgb(139,114,1); }

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

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

 span { border-color: rgb(139,114,1); }

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