#8E9680

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

Shades of Sage #8E9680

Tints of Sage #8E9680

Color information

#8E9680 (or 0x8E9680) is unknown color: approx Sage. HEX triplet: 8E, 96 and 80. RGB value is (142,150,128). Sum of RGB (Red+Green+Blue) = 142+150+128=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #8E9680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9680 is #71697F. Grayscale: #919191. Windows color (decimal): -7432576 or 8427150. OLE color: 8427150.

HSL color Cylindrical-coordinate representation of color #8E9680: hue angle of 81.82º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E9680 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB142150128-
CMYK0.0500.150.41
HSL81.82º9.48%54.51%-
HSV(B)81.82º14.67%58.82%-
XYZ25.9629.1224.68-
YUV145.1118.35125.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.81%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=33.81%
G=35.71%
B=30.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1421501280.0500.150.4181.829.4854.51
Hex8E968050F2952937
Octal2162262005017511221167
Binary1000111010010110100000001010111110100110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,150,128); }

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

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

 a { background-color: rgb(142,150,128); }

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

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

 span { border-color: rgb(142,150,128); }

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