Html Css Color HEX #8E947E Sage

📋 copy color: '#8E947E'

red 142 ◦ green 148 ◦ blue 126

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

Shades of Sage #8E947E

Tints of Sage #8E947E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.29%

R = 34.13%
G = 35.58%
B = 30.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#8E947E (or 0x8E947E) is known color: Sage. HEX triplet: 8E, 94 and 7E. RGB value is (142,148,126). Sum of RGB (Red+Green+Blue) = 142+148+126=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #8E947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E947E is #716B81. Grayscale: #8F8F8F. Windows color (decimal): -7433090 or 8295566. OLE color: 8295566.

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

Color convert

RGB 142 148 126 -
CMYK 0.04 0 0.15 0.42
HSL 76.36º 0.09% 0.54% -
HSV(B) 76.36º 0.15% 0.58% -
XYZ 25.51 28.44 23.88 -
YUV 143.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 142 148 126 0.04 0 0.15 0.42 76.36 0.09 0.54
Hex 8E 94 7E 4 0 F 2A 4C 9 36
Octal 216 224 176 4 0 17 52 114 11 66
Binary 10001110 10010100 1111110 100 0 1111 101010 1001100 1001 110110

Color Harmonies of #8E947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E947E

Black with #8E947E

Text Example


Text Example

White with #8E947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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