#8B7208

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

Shades of Olive #8B7208

Tints of Olive #8B7208

Color information

#8B7208 (or 0x8B7208) is unknown color: approx Olive. HEX triplet: 8B, 72 and 08. RGB value is (139,114,8). Sum of RGB (Red+Green+Blue) = 139+114+8=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7208 is #748DF7. Grayscale: #6D6D6D. Windows color (decimal): -7638520 or 553611. OLE color: 553611.

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

Color convert

RGB1391148-
CMYK00.180.940.45
HSL48.55º89.12%28.82%-
HSV(B)48.55º94.24%54.51%-
XYZ16.7117.542.73-
YUV109.3970.78149.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.26%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=53.26%
G=43.68%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139114800.180.940.4548.5589.1228.82
Hex8B7280125E2D31591d
Octal21316210022136556113135
Binary10001011111001010000100101011110101101110001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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