Html Css Color HEX #8E947C Sage

📋 copy color: '#8E947C'

red 142 ◦ green 148 ◦ blue 124

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

Shades of Sage #8E947C

Tints of Sage #8E947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.75%

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

R = 34.3%
G = 35.75%
B = 29.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#8E947C (or 0x8E947C) is known color: Sage. HEX triplet: 8E, 94 and 7C. RGB value is (142,148,124). Sum of RGB (Red+Green+Blue) = 142+148+124=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #8E947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E947C is #716B83. Grayscale: #8F8F8F. Windows color (decimal): -7433092 or 8164494. OLE color: 8164494.

HSL color Cylindrical-coordinate representation of color #8E947C: hue angle of 75º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E947C is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 148 124 -
CMYK 0.04 0 0.16 0.42
HSL 75º 0.1% 0.53% -
HSV(B) 75º 0.16% 0.58% -
XYZ 25.38 28.39 23.21 -
YUV 143.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 142 148 124 0.04 0 0.16 0.42 75 0.1 0.53
Hex 8E 94 7C 4 0 10 2A 4B A 35
Octal 216 224 174 4 0 20 52 113 12 65
Binary 10001110 10010100 1111100 100 0 10000 101010 1001011 1010 110101

Color Harmonies of #8E947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E947C

Black with #8E947C

Text Example


Text Example

White with #8E947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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