#8F977C

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

Shades of Sage #8F977C

Tints of Sage #8F977C

Color information

#8F977C (or 0x8F977C) is unknown color: approx Sage. HEX triplet: 8F, 97 and 7C. RGB value is (143,151,124). Sum of RGB (Red+Green+Blue) = 143+151+124=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 151 - color contains mainly: green. Hex color #8F977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F977C is #706883. Grayscale: #919191. Windows color (decimal): -7366788 or 8165263. OLE color: 8165263.

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

Color convert

RGB143151124-
CMYK0.0500.180.41
HSL77.78º11.49%53.92%-
HSV(B)77.78º17.88%59.22%-
XYZ26.0329.4323.38-
YUV145.53115.85126.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.21%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=34.21%
G=36.12%
B=29.67%

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
Decimal1431511240.0500.180.4177.7811.4953.92
Hex8F977C5012294eb36
Octal2172271745022511161366
Binary1000111110010111111110010101001010100110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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