#8D967E

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

Shades of Sage #8D967E

Tints of Sage #8D967E

Color information

#8D967E (or 0x8D967E) is unknown color: approx Sage. HEX triplet: 8D, 96 and 7E. RGB value is (141,150,126). Sum of RGB (Red+Green+Blue) = 141+150+126=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #8D967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D967E is #726981. Grayscale: #909090. Windows color (decimal): -7498114 or 8296077. OLE color: 8296077.

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

Color convert

RGB141150126-
CMYK0.0600.160.41
HSL82.5º10.26%54.12%-
HSV(B)82.5º16%58.82%-
XYZ25.6628.9823.98-
YUV144.57117.52125.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.81%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=33.81%
G=35.97%
B=30.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1411501260.0600.160.4182.510.2654.12
Hex8D967E60102952a36
Octal2152261766020511221266
Binary1000110110010110111111011001000010100110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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