#8FA271

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

Shades of Sage #8FA271

Tints of Sage #8FA271

Color information

#8FA271 (or 0x8FA271) is unknown color: approx Sage. HEX triplet: 8F, A2 and 71. RGB value is (143,162,113). Sum of RGB (Red+Green+Blue) = 143+162+113=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA271 is #705D8E. Grayscale: #969696. Windows color (decimal): -7363983 or 7447183. OLE color: 7447183.

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

Color convert

RGB143162113-
CMYK0.1200.300.36
HSL83.27º20.85%53.92%-
HSV(B)83.27º30.25%63.53%-
XYZ27.2332.8720.53-
YUV150.73106.71122.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.21%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=34.21%
G=38.76%
B=27.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621130.1200.300.3683.2720.8553.92
Hex8FA271C01E24531536
Octal21724216114036441232566
Binary100011111010001011100011100011110100100101001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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