#8FA174

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

Shades of Sage #8FA174

Tints of Sage #8FA174

Color information

#8FA174 (or 0x8FA174) is unknown color: approx Sage. HEX triplet: 8F, A1 and 74. RGB value is (143,161,116). Sum of RGB (Red+Green+Blue) = 143+161+116=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA174 is #705E8B. Grayscale: #969696. Windows color (decimal): -7364236 or 7643535. OLE color: 7643535.

HSL color Cylindrical-coordinate representation of color #8FA174: hue angle of 84º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FA174 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB143161116-
CMYK0.1100.280.37
HSL84º19.31%54.31%-
HSV(B)84º27.95%63.14%-
XYZ27.2232.5921.38-
YUV150.49108.54122.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.05%
GREEN value IS 161 (63.28% from 255) = 38.33%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=34.05%
G=38.33%
B=27.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1431611160.1100.280.378419.3154.31
Hex8FA174B01C25541336
Octal21724116413034451242366
Binary100011111010000111101001011011100100101101010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,161,116); }

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

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

 a { background-color: rgb(143,161,116); }

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

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

 span { border-color: rgb(143,161,116); }

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