#8F997B

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

Shades of Sage #8F997B

Tints of Sage #8F997B

Color information

#8F997B (or 0x8F997B) is unknown color: approx Sage. HEX triplet: 8F, 99 and 7B. RGB value is (143,153,123). Sum of RGB (Red+Green+Blue) = 143+153+123=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #8F997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F997B is #706684. Grayscale: #929292. Windows color (decimal): -7366277 or 8100239. OLE color: 8100239.

HSL color Cylindrical-coordinate representation of color #8F997B: hue angle of 80º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F997B is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB143153123-
CMYK0.0700.200.4
HSL80º12.82%54.12%-
HSV(B)80º19.61%60%-
XYZ26.2930.0523.15-
YUV146.59114.69125.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=34.13%
G=36.52%
B=29.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1431531230.0700.200.48012.8254.12
Hex8F997B70142850d36
Octal2172311737024501201566
Binary1000111110011001111101111101010010100010100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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