#8F977D

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

Shades of Sage #8F977D

Tints of Sage #8F977D

Color information

#8F977D (or 0x8F977D) is unknown color: approx Sage. HEX triplet: 8F, 97 and 7D. RGB value is (143,151,125). Sum of RGB (Red+Green+Blue) = 143+151+125=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #8F977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F977D is #706882. Grayscale: #919191. Windows color (decimal): -7366787 or 8230799. OLE color: 8230799.

HSL color Cylindrical-coordinate representation of color #8F977D: hue angle of 78.46º 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 #8F977D is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB143151125-
CMYK0.0500.170.41
HSL78.46º11.11%54.12%-
HSV(B)78.46º17.22%59.22%-
XYZ26.129.4523.71-
YUV145.64116.35126.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=34.13%
G=36.04%
B=29.83%

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
Decimal1431511250.0500.170.4178.4611.1154.12
Hex8F977D5011294eb36
Octal2172271755021511161366
Binary1000111110010111111110110101000110100110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,151,125); }

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

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

 a { background-color: rgb(143,151,125); }

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

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

 span { border-color: rgb(143,151,125); }

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