#8E9979

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

Shades of Sage #8E9979

Tints of Sage #8E9979

Color information

#8E9979 (or 0x8E9979) is unknown color: approx Sage. HEX triplet: 8E, 99 and 79. RGB value is (142,153,121). Sum of RGB (Red+Green+Blue) = 142+153+121=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9979 is #716686. Grayscale: #929292. Windows color (decimal): -7431815 or 7969166. OLE color: 7969166.

HSL color Cylindrical-coordinate representation of color #8E9979: hue angle of 80.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E9979 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB142153121-
CMYK0.0700.210.4
HSL80.62º13.56%53.73%-
HSV(B)80.62º20.92%60%-
XYZ2629.9122.49-
YUV146.06113.86125.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=34.13%
G=36.78%
B=29.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1421531210.0700.210.480.6213.5653.73
Hex8E997970152851e36
Octal2162311717025501211666
Binary1000111010011001111100111101010110100010100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,153,121); }

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

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

 a { background-color: rgb(142,153,121); }

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

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

 span { border-color: rgb(142,153,121); }

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