#8E967B

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

Shades of Sage #8E967B

Tints of Sage #8E967B

Color information

#8E967B (or 0x8E967B) is unknown color: approx Sage. HEX triplet: 8E, 96 and 7B. RGB value is (142,150,123). Sum of RGB (Red+Green+Blue) = 142+150+123=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #8E967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E967B is #716984. Grayscale: #909090. Windows color (decimal): -7432581 or 8099470. OLE color: 8099470.

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

Color convert

RGB142150123-
CMYK0.0500.180.41
HSL77.78º11.39%53.53%-
HSV(B)77.78º18%58.82%-
XYZ25.6428.9922.98-
YUV144.53115.85126.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.22%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=34.22%
G=36.14%
B=29.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1421501230.0500.180.4177.7811.3953.53
Hex8E967B5012294eb36
Octal2162261735022511161366
Binary1000111010010110111101110101001010100110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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