Html Css Color HEX #8C8970 Schist

📋 copy color: '#8C8970'

red 140 ◦ green 137 ◦ blue 112

#8C8970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Schist #8C8970

Tints of Schist #8C8970

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 value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8C8970 (or 0x8C8970) is known color: 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

RGB 140 137 112 -
CMYK 0 0.02 0.20 0.45
HSL 53.57º 0.11% 0.49% -
HSV(B) 53.57º 0.2% 0.55% -
XYZ 22.69 24.64 18.89 -
YUV 135.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 140 137 112 0 0.02 0.20 0.45 53.57 0.11 0.49
Hex 8C 89 70 0 2 14 2D 36 B 31
Octal 214 211 160 0 2 24 55 66 13 61
Binary 10001100 10001001 1110000 0 10 10100 101101 110110 1011 110001

Color Harmonies of #8C8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8970

Black with #8C8970

Text Example


Text Example

White with #8C8970

Text Example


Text Example

HTML Codes & Css Web 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>