#8FA273

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

Shades of Sage #8FA273

Tints of Sage #8FA273

Color information

#8FA273 (or 0x8FA273) is unknown color: approx Sage. HEX triplet: 8F, A2 and 73. RGB value is (143,162,115). Sum of RGB (Red+Green+Blue) = 143+162+115=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA273 is #705D8C. Grayscale: #979797. Windows color (decimal): -7363981 or 7578255. OLE color: 7578255.

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

Color convert

RGB143162115-
CMYK0.1200.290.36
HSL84.26º20.17%54.31%-
HSV(B)84.26º29.01%63.53%-
XYZ27.3432.9221.13-
YUV150.96107.71122.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.05%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=34.05%
G=38.57%
B=27.38%

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
Decimal1431621150.1200.290.3684.2620.1754.31
Hex8FA273C01D24541436
Octal21724216314035441242466
Binary100011111010001011100111100011101100100101010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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