#8B8970

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

Shades of Schist #8B8970

Tints of Schist #8B8970

Color information

#8B8970 (or 0x8B8970) is unknown color: approx Schist. HEX triplet: 8B, 89 and 70. RGB value is (139,137,112). Sum of RGB (Red+Green+Blue) = 139+137+112=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8970 is #74768F. Grayscale: #868686. Windows color (decimal): -7632528 or 7375243. OLE color: 7375243.

HSL color Cylindrical-coordinate representation of color #8B8970: hue angle of 55.56º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8970 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB139137112-
CMYK00.010.190.45
HSL55.56º10.76%49.22%-
HSV(B)55.56º19.42%54.51%-
XYZ22.5224.5518.88-
YUV134.75115.16131.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=35.82%
G=35.31%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913711200.010.190.4555.5610.7649.22
Hex8B897001132D38b31
Octal213211160012355701361
Binary1000101110001001111000001100111011011110001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,137,112); }

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

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

 a { background-color: rgb(139,137,112); }

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

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

 span { border-color: rgb(139,137,112); }

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