#8F9977

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

Shades of Sage #8F9977

Tints of Sage #8F9977

Color information

#8F9977 (or 0x8F9977) is unknown color: approx Sage. HEX triplet: 8F, 99 and 77. RGB value is (143,153,119). Sum of RGB (Red+Green+Blue) = 143+153+119=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9977 is #706688. Grayscale: #929292. Windows color (decimal): -7366281 or 7838095. OLE color: 7838095.

HSL color Cylindrical-coordinate representation of color #8F9977: hue angle of 77.65º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F9977 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB143153119-
CMYK0.0700.220.4
HSL77.65º14.29%53.33%-
HSV(B)77.65º22.22%60%-
XYZ26.0529.9521.86-
YUV146.13112.69125.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.46%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=34.46%
G=36.87%
B=28.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1431531190.0700.220.477.6514.2953.33
Hex8F99777016284ee35
Octal2172311677026501161665
Binary1000111110011001111011111101011010100010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,153,119); }

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

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

 a { background-color: rgb(143,153,119); }

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

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

 span { border-color: rgb(143,153,119); }

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