Html Css Color HEX #8E8D71 Schist

📋 copy color: '#8E8D71'

red 142 ◦ green 141 ◦ blue 113

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

Shades of Schist #8E8D71

Tints of Schist #8E8D71

RGB

 RED value IS 142 (55.86% from 255) = 35.86%

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 35.86%
G = 35.61%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E8D71 (or 0x8E8D71) is known color: Schist. HEX triplet: 8E, 8D and 71. RGB value is (142,141,113). Sum of RGB (Red+Green+Blue) = 142+141+113=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8D71 is #71728E. Grayscale: #8A8A8A. Windows color (decimal): -7434895 or 7441806. OLE color: 7441806.

HSL color Cylindrical-coordinate representation of color #8E8D71: hue angle of 57.93º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E8D71 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 141 113 -
CMYK 0 0.01 0.20 0.44
HSL 57.93º 0.11% 0.5% -
HSV(B) 57.93º 0.2% 0.56% -
XYZ 23.66 25.99 19.39 -
YUV 138.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 142 141 113 0 0.01 0.20 0.44 57.93 0.11 0.5
Hex 8E 8D 71 0 1 14 2C 3A B 32
Octal 216 215 161 0 1 24 54 72 13 62
Binary 10001110 10001101 1110001 0 1 10100 101100 111010 1011 110010

Color Harmonies of #8E8D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8D71

Black with #8E8D71

Text Example


Text Example

White with #8E8D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,141,113); }

 H1.HeaderClassName
 {
   color: #8E8D71;
 }
 .AnyTagClassName
 {
   color: #8E8D71;
 }
</style>

background-color css

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

 a { background-color: rgb(142,141,113); }

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

border-color css

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

 span { border-color: rgb(142,141,113); }

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