#8F9284

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

Shades of Sage #8F9284

Tints of Sage #8F9284

Color information

#8F9284 (or 0x8F9284) is unknown color: approx Sage. HEX triplet: 8F, 92 and 84. RGB value is (143,146,132). Sum of RGB (Red+Green+Blue) = 143+146+132=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9284 is #706D7B. Grayscale: #8F8F8F. Windows color (decimal): -7368060 or 8688271. OLE color: 8688271.

HSL color Cylindrical-coordinate representation of color #8F9284: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F9284 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB143146132-
CMYK0.0200.100.43
HSL72.86º6.03%54.51%-
HSV(B)72.86º9.59%57.25%-
XYZ25.7728.0625.89-
YUV143.51121.51127.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=33.97%
G=34.68%
B=31.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431461320.0200.100.4372.866.0354.51
Hex8F928420A2B49637
Octal217222204201253111667
Binary10001111100100101000010010010101010111001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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