#8FA376

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

Shades of Sage #8FA376

Tints of Sage #8FA376

Color information

#8FA376 (or 0x8FA376) is unknown color: approx Sage. HEX triplet: 8F, A3 and 76. RGB value is (143,163,118). Sum of RGB (Red+Green+Blue) = 143+163+118=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA376 is #705C89. Grayscale: #989898. Windows color (decimal): -7363722 or 7775119. OLE color: 7775119.

HSL color Cylindrical-coordinate representation of color #8FA376: hue angle of 86.67º degrees, saturation: 0.2, 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 #8FA376 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB143163118-
CMYK0.1200.280.36
HSL86.67º19.65%55.1%-
HSV(B)86.67º27.61%63.92%-
XYZ27.6933.3422.12-
YUV151.89108.87121.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.73%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=33.73%
G=38.44%
B=27.83%

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
Decimal1431631180.1200.280.3686.6719.6555.1
Hex8FA376C01C24571437
Octal21724316614034441272467
Binary100011111010001111101101100011100100100101011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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