#8FA277

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

Shades of Sage #8FA277

Tints of Sage #8FA277

Color information

#8FA277 (or 0x8FA277) is unknown color: approx Sage. HEX triplet: 8F, A2 and 77. RGB value is (143,162,119). Sum of RGB (Red+Green+Blue) = 143+162+119=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA277 is #705D88. Grayscale: #979797. Windows color (decimal): -7363977 or 7840399. OLE color: 7840399.

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

Color convert

RGB143162119-
CMYK0.1200.270.36
HSL86.51º18.78%55.1%-
HSV(B)86.51º26.54%63.53%-
XYZ27.5833.0122.37-
YUV151.42109.71122-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.73%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=33.73%
G=38.21%
B=28.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621190.1200.270.3686.5118.7855.1
Hex8FA277C01B24571337
Octal21724216714033441272367
Binary100011111010001011101111100011011100100101011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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