#8F9280

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

Shades of Sage #8F9280

Tints of Sage #8F9280

Color information

#8F9280 (or 0x8F9280) is unknown color: approx Sage. HEX triplet: 8F, 92 and 80. RGB value is (143,146,128). Sum of RGB (Red+Green+Blue) = 143+146+128=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9280 is #706D7F. Grayscale: #8F8F8F. Windows color (decimal): -7368064 or 8426127. OLE color: 8426127.

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

Color convert

RGB143146128-
CMYK0.0200.120.43
HSL70º7.63%53.73%-
HSV(B)70º12.33%57.25%-
XYZ25.527.9624.47-
YUV143.05119.51127.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.29%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=34.29%
G=35.01%
B=30.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431461280.0200.120.43707.6353.73
Hex8F928020C2B46836
Octal2172222002014531061066
Binary100011111001001010000000100110010101110001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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