#8F927E

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

Shades of Sage #8F927E

Tints of Sage #8F927E

Color information

#8F927E (or 0x8F927E) is unknown color: approx Sage. HEX triplet: 8F, 92 and 7E. RGB value is (143,146,126). Sum of RGB (Red+Green+Blue) = 143+146+126=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 146 - color contains mainly: green. Hex color #8F927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F927E is #706D81. Grayscale: #8E8E8E. Windows color (decimal): -7368066 or 8295055. OLE color: 8295055.

HSL color Cylindrical-coordinate representation of color #8F927E: hue angle of 69º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F927E is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB143146126-
CMYK0.0200.140.43
HSL69º8.4%53.33%-
HSV(B)69º13.7%57.25%-
XYZ25.3727.923.79-
YUV142.82118.51128.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.46%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=34.46%
G=35.18%
B=30.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431461260.0200.140.43698.453.33
Hex8F927E20E2B45835
Octal2172221762016531051065
Binary10001111100100101111110100111010101110001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,146,126); }

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

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

 a { background-color: rgb(143,146,126); }

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

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

 span { border-color: rgb(143,146,126); }

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