#8C8970

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

Shades of Schist #8C8970

Tints of Schist #8C8970

Color information

#8C8970 (or 0x8C8970) is unknown color: approx Schist. HEX triplet: 8C, 89 and 70. RGB value is (140,137,112). Sum of RGB (Red+Green+Blue) = 140+137+112=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8970 is #73768F. Grayscale: #878787. Windows color (decimal): -7566992 or 7375244. OLE color: 7375244.

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

Color convert

RGB140137112-
CMYK00.020.200.45
HSL53.57º11.11%49.41%-
HSV(B)53.57º20%54.9%-
XYZ22.6924.6418.89-
YUV135.05114.99131.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=35.99%
G=35.22%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013711200.020.200.4553.5711.1149.41
Hex8C897002142D36b31
Octal214211160022455661361
Binary10001100100010011110000010101001011011101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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