#9FAB84

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

Shades of Sage #9FAB84

Tints of Sage #9FAB84

Color information

#9FAB84 (or 0x9FAB84) is unknown color: approx Sage. HEX triplet: 9F, AB and 84. RGB value is (159,171,132). Sum of RGB (Red+Green+Blue) = 159+171+132=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB84 is #60547B. Grayscale: #A3A3A3. Windows color (decimal): -6313084 or 8694687. OLE color: 8694687.

HSL color Cylindrical-coordinate representation of color #9FAB84: hue angle of 78.46º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FAB84 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB159171132-
CMYK0.0700.230.33
HSL78.46º18.84%59.41%-
HSV(B)78.46º22.81%67.06%-
XYZ33.0338.1627.46-
YUV162.97110.52125.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=34.42%
G=37.01%
B=28.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711320.0700.230.3378.4618.8459.41
Hex9FAB847017214e133b
Octal2372532047027411162373
Binary100111111010101110000100111010111100001100111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,171,132); }

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

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

 a { background-color: rgb(159,171,132); }

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

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

 span { border-color: rgb(159,171,132); }

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