#8B7810

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

Shades of Olive #8B7810

Tints of Olive #8B7810

Color information

#8B7810 (or 0x8B7810) is unknown color: approx Olive. HEX triplet: 8B, 78 and 10. RGB value is (139,120,16). Sum of RGB (Red+Green+Blue) = 139+120+16=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7810 is #7487EF. Grayscale: #727272. Windows color (decimal): -7636976 or 1079435. OLE color: 1079435.

HSL color Cylindrical-coordinate representation of color #8B7810: hue angle of 50.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B7810 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB13912016-
CMYK00.140.880.45
HSL50.73º79.35%30.39%-
HSV(B)50.73º88.49%54.51%-
XYZ17.4618.963.23-
YUV113.8272.79145.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 120 (47.27% from 255) = 43.64%
BLUE value IS 16 (6.64% from 255) = 5.82%
R=50.55%
G=43.64%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391201600.140.880.4550.7379.3530.39
Hex8B78100E582D334f1e
Octal21317020016130556311736
Binary10001011111100010000011101011000101101110011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,120,16); }

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

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

 a { background-color: rgb(139,120,16); }

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

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

 span { border-color: rgb(139,120,16); }

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