#8E967D

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

Shades of Sage #8E967D

Tints of Sage #8E967D

Color information

#8E967D (or 0x8E967D) is unknown color: approx Sage. HEX triplet: 8E, 96 and 7D. RGB value is (142,150,125). Sum of RGB (Red+Green+Blue) = 142+150+125=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #8E967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E967D is #716982. Grayscale: #909090. Windows color (decimal): -7432579 or 8230542. OLE color: 8230542.

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

Color convert

RGB142150125-
CMYK0.0500.170.41
HSL79.2º10.64%53.92%-
HSV(B)79.2º16.67%58.82%-
XYZ25.7629.0423.65-
YUV144.76116.85126.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=34.05%
G=35.97%
B=29.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1421501250.0500.170.4179.210.6453.92
Hex8E967D5011294fb36
Octal2162261755021511171366
Binary1000111010010110111110110101000110100110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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