#9FA572

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

Shades of Sage #9FA572

Tints of Sage #9FA572

Color information

#9FA572 (or 0x9FA572) is unknown color: approx Sage. HEX triplet: 9F, A5 and 72. RGB value is (159,165,114). Sum of RGB (Red+Green+Blue) = 159+165+114=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA572 is #605A8D. Grayscale: #9D9D9D. Windows color (decimal): -6314638 or 7513503. OLE color: 7513503.

HSL color Cylindrical-coordinate representation of color #9FA572: hue angle of 67.06º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FA572 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB159165114-
CMYK0.0400.310.35
HSL67.06º22.08%54.71%-
HSV(B)67.06º30.91%64.71%-
XYZ30.7935.521.15-
YUV157.39103.51129.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.30%
GREEN value IS 165 (64.84% from 255) = 37.67%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=36.30%
G=37.67%
B=26.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591651140.0400.310.3567.0622.0854.71
Hex9FA572401F23431637
Octal2372451624037431032667
Binary10011111101001011110010100011111100011100001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,165,114); }

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

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

 a { background-color: rgb(159,165,114); }

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

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

 span { border-color: rgb(159,165,114); }

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