#8FA275

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

Shades of Sage #8FA275

Tints of Sage #8FA275

Color information

#8FA275 (or 0x8FA275) is unknown color: approx Sage. HEX triplet: 8F, A2 and 75. RGB value is (143,162,117). Sum of RGB (Red+Green+Blue) = 143+162+117=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA275 is #705D8A. Grayscale: #979797. Windows color (decimal): -7363979 or 7709327. OLE color: 7709327.

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

Color convert

RGB143162117-
CMYK0.1200.280.36
HSL85.33º19.48%54.71%-
HSV(B)85.33º27.78%63.53%-
XYZ27.4632.9621.75-
YUV151.19108.71122.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.89%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=33.89%
G=38.39%
B=27.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621170.1200.280.3685.3319.4854.71
Hex8FA275C01C24551337
Octal21724216514034441252367
Binary100011111010001011101011100011100100100101010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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