#8F9282

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

Shades of Sage #8F9282

Tints of Sage #8F9282

Color information

#8F9282 (or 0x8F9282) is unknown color: approx Sage. HEX triplet: 8F, 92 and 82. RGB value is (143,146,130). Sum of RGB (Red+Green+Blue) = 143+146+130=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9282 is #706D7D. Grayscale: #8F8F8F. Windows color (decimal): -7368062 or 8557199. OLE color: 8557199.

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

Color convert

RGB143146130-
CMYK0.0200.110.43
HSL71.25º6.84%54.12%-
HSV(B)71.25º10.96%57.25%-
XYZ25.6428.0125.17-
YUV143.28120.51127.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=34.13%
G=34.84%
B=31.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431461300.0200.110.4371.256.8454.12
Hex8F928220B2B47736
Octal217222202201353107766
Binary10001111100100101000001010010111010111000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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