Html Css Color HEX #8E977C Sage

📋 copy color: '#8E977C'

red 142 ◦ green 151 ◦ blue 124

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

Shades of Sage #8E977C

Tints of Sage #8E977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.21%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 34.05%
G = 36.21%
B = 29.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#8E977C (or 0x8E977C) is known color: Sage. HEX triplet: 8E, 97 and 7C. RGB value is (142,151,124). Sum of RGB (Red+Green+Blue) = 142+151+124=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #8E977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E977C is #716883. Grayscale: #919191. Windows color (decimal): -7432324 or 8165262. OLE color: 8165262.

HSL color Cylindrical-coordinate representation of color #8E977C: hue angle of 80º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E977C is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 151 124 -
CMYK 0.06 0 0.18 0.41
HSL 80º 0.11% 0.54% -
HSV(B) 80º 0.18% 0.59% -
XYZ 25.86 29.34 23.37 -
YUV 145.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 142 151 124 0.06 0 0.18 0.41 80 0.11 0.54
Hex 8E 97 7C 6 0 12 29 50 B 36
Octal 216 227 174 6 0 22 51 120 13 66
Binary 10001110 10010111 1111100 110 0 10010 101001 1010000 1011 110110

Color Harmonies of #8E977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E977C

Black with #8E977C

Text Example


Text Example

White with #8E977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,151,124); }

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

background-color css

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

 a { background-color: rgb(142,151,124); }

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

border-color css

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

 span { border-color: rgb(142,151,124); }

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