#8FA371

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

Shades of Sage #8FA371

Tints of Sage #8FA371

Color information

#8FA371 (or 0x8FA371) is unknown color: approx Sage. HEX triplet: 8F, A3 and 71. RGB value is (143,163,113). Sum of RGB (Red+Green+Blue) = 143+163+113=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA371 is #705C8E. Grayscale: #979797. Windows color (decimal): -7363727 or 7447439. OLE color: 7447439.

HSL color Cylindrical-coordinate representation of color #8FA371: hue angle of 84º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FA371 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB143163113-
CMYK0.1200.310.36
HSL84º21.37%54.12%-
HSV(B)84º30.67%63.92%-
XYZ27.4133.2320.59-
YUV151.32106.37122.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=34.13%
G=38.90%
B=26.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431631130.1200.310.368421.3754.12
Hex8FA371C01F24541536
Octal21724316114037441242566
Binary100011111010001111100011100011111100100101010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,113); }

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

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

 a { background-color: rgb(143,163,113); }

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

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

 span { border-color: rgb(143,163,113); }

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