#8fa373

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

Shades of Sage #8FA373

Tints of Sage #8FA373

Color information

#8FA373 (or 0x8FA373) is unknown color: approx Sage. HEX triplet: 8F, A3 and 73. RGB value is (143,163,115). Sum of RGB (Red+Green+Blue) = 143+163+115=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA373 is #705C8C. Grayscale: #979797. Windows color (decimal): -7363725 or 7578511. OLE color: 7578511.

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

Color convert

RGB143163115-
CMYK0.1200.290.36
HSL85º20.69%54.51%-
HSV(B)85º29.45%63.92%-
XYZ27.5233.2721.19-
YUV151.55107.37121.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 163 (64.06% from 255) = 38.72%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=33.97%
G=38.72%
B=27.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431631150.1200.290.368520.6954.51
Hex8FA373C01D24551537
Octal21724316314035441252567
Binary100011111010001111100111100011101100100101010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fa373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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