#9FA878

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

Shades of Sage #9FA878

Tints of Sage #9FA878

Color information

#9FA878 (or 0x9FA878) is unknown color: approx Sage. HEX triplet: 9F, A8 and 78. RGB value is (159,168,120). Sum of RGB (Red+Green+Blue) = 159+168+120=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA878 is #605787. Grayscale: #A0A0A0. Windows color (decimal): -6313864 or 7907487. OLE color: 7907487.

HSL color Cylindrical-coordinate representation of color #9FA878: hue angle of 71.25º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FA878 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB159168120-
CMYK0.0500.290.34
HSL71.25º21.62%56.47%-
HSV(B)71.25º28.57%65.88%-
XYZ31.6936.7323.19-
YUV159.84105.52127.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=35.57%
G=37.58%
B=26.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591681200.0500.290.3471.2521.6256.47
Hex9FA878501D22471638
Octal2372501705035421072670
Binary10011111101010001111000101011101100010100011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA878; }

 p { color: rgb(159,168,120); }

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

<style>
 a { background-color: #9FA878; }

 a { background-color: rgb(159,168,120); }

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

<style>
 span { border-color: #9FA878; }

 span { border-color: rgb(159,168,120); }

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