#8D967A

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

Shades of Sage #8D967A

Tints of Sage #8D967A

Color information

#8D967A (or 0x8D967A) is unknown color: approx Sage. HEX triplet: 8D, 96 and 7A. RGB value is (141,150,122). Sum of RGB (Red+Green+Blue) = 141+150+122=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #8D967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D967A is #726985. Grayscale: #909090. Windows color (decimal): -7498118 or 8033933. OLE color: 8033933.

HSL color Cylindrical-coordinate representation of color #8D967A: hue angle of 79.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D967A is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB141150122-
CMYK0.0600.190.41
HSL79.29º11.76%53.33%-
HSV(B)79.29º18.67%58.82%-
XYZ25.428.8822.65-
YUV144.12115.52125.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 150 (58.98% from 255) = 36.32%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=34.14%
G=36.32%
B=29.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1411501220.0600.190.4179.2911.7653.33
Hex8D967A6013294fc35
Octal2152261726023511171465
Binary1000110110010110111101011001001110100110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,150,122); }

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

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

 a { background-color: rgb(141,150,122); }

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

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

 span { border-color: rgb(141,150,122); }

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