#8E947F

Color #8E947F Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #8E947F

Tints of Sage #8E947F

Color information

#8E947F (or 0x8E947F) is unknown color: approx Sage. HEX triplet: 8E, 94 and 7F. RGB value is (142,148,127). Sum of RGB (Red+Green+Blue) = 142+148+127=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #8E947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E947F is #716B80. Grayscale: #8F8F8F. Windows color (decimal): -7433089 or 8361102. OLE color: 8361102.

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

Color convert

RGB142148127-
CMYK0.0400.140.42
HSL77.14º8.94%53.92%-
HSV(B)77.14º14.19%58.04%-
XYZ25.5828.4624.22-
YUV143.81118.51126.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 127 (50% from 255) = 30.46%
R=34.05%
G=35.49%
B=30.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421481270.0400.140.4277.148.9453.92
Hex8E947F40E2A4d936
Octal2162241774016521151166
Binary100011101001010011111111000111010101010011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E947F;
 }
 .AnyTagClassName
 {
   color: #8E947F;
 }
</style>
background-color css

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

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

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

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

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

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