#8FA276

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

Shades of Sage #8FA276

Tints of Sage #8FA276

Color information

#8FA276 (or 0x8FA276) is unknown color: approx Sage. HEX triplet: 8F, A2 and 76. RGB value is (143,162,118). Sum of RGB (Red+Green+Blue) = 143+162+118=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA276 is #705D89. Grayscale: #979797. Windows color (decimal): -7363978 or 7774863. OLE color: 7774863.

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

Color convert

RGB143162118-
CMYK0.1200.270.36
HSL85.91º19.13%54.9%-
HSV(B)85.91º27.16%63.53%-
XYZ27.5232.9922.06-
YUV151.3109.21122.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.81%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=33.81%
G=38.30%
B=27.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621180.1200.270.3685.9119.1354.9
Hex8FA276C01B24561337
Octal21724216614033441262367
Binary100011111010001011101101100011011100100101011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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