#8E8B70

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

Shades of Schist #8E8B70

Tints of Schist #8E8B70

Color information

#8E8B70 (or 0x8E8B70) is unknown color: approx Schist. HEX triplet: 8E, 8B and 70. RGB value is (142,139,112). Sum of RGB (Red+Green+Blue) = 142+139+112=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B70 is #71748F. Grayscale: #888888. Windows color (decimal): -7435408 or 7375758. OLE color: 7375758.

HSL color Cylindrical-coordinate representation of color #8E8B70: hue angle of 54º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E8B70 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB142139112-
CMYK00.020.210.44
HSL54º11.81%49.8%-
HSV(B)54º21.13%55.69%-
XYZ23.3125.3919-
YUV136.82113.99131.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=36.13%
G=35.37%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213911200.020.210.445411.8149.8
Hex8E8B7002152C36c32
Octal216213160022554661462
Binary10001110100010111110000010101011011001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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