#8FA272

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

Shades of Sage #8FA272

Tints of Sage #8FA272

Color information

#8FA272 (or 0x8FA272) is unknown color: approx Sage. HEX triplet: 8F, A2 and 72. RGB value is (143,162,114). Sum of RGB (Red+Green+Blue) = 143+162+114=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA272 is #705D8D. Grayscale: #979797. Windows color (decimal): -7363982 or 7512719. OLE color: 7512719.

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

Color convert

RGB143162114-
CMYK0.1200.300.36
HSL83.75º20.51%54.12%-
HSV(B)83.75º29.63%63.53%-
XYZ27.2932.920.83-
YUV150.85107.21122.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=34.13%
G=38.66%
B=27.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621140.1200.300.3683.7520.5154.12
Hex8FA272C01E24541536
Octal21724216214036441242566
Binary100011111010001011100101100011110100100101010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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