#979F85

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

Shades of Sage #979F85

Tints of Sage #979F85

Color information

#979F85 (or 0x979F85) is unknown color: approx Sage. HEX triplet: 97, 9F and 85. RGB value is (151,159,133). Sum of RGB (Red+Green+Blue) = 151+159+133=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #979F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979F85 is #68607A. Grayscale: #999999. Windows color (decimal): -6840443 or 8757143. OLE color: 8757143.

HSL color Cylindrical-coordinate representation of color #979F85: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #979F85 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB151159133-
CMYK0.0500.160.38
HSL78.46º11.93%57.25%-
HSV(B)78.46º16.35%62.35%-
XYZ29.3933.0727.02-
YUV153.64116.35126.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=34.09%
G=35.89%
B=30.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511591330.0500.160.3878.4611.9357.25
Hex979F855010264ec39
Octal2272372055020461161471
Binary10010111100111111000010110101000010011010011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979F85; }

 p { color: rgb(151,159,133); }

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

<style>
 a { background-color: #979F85; }

 a { background-color: rgb(151,159,133); }

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

<style>
 span { border-color: #979F85; }

 span { border-color: rgb(151,159,133); }

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