#979B83

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

Shades of Sage #979B83

Tints of Sage #979B83

Color information

#979B83 (or 0x979B83) is unknown color: approx Sage. HEX triplet: 97, 9B and 83. RGB value is (151,155,131). Sum of RGB (Red+Green+Blue) = 151+155+131=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 155 - color contains mainly: green. Hex color #979B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B83 is #68647C. Grayscale: #979797. Windows color (decimal): -6841469 or 8625047. OLE color: 8625047.

HSL color Cylindrical-coordinate representation of color #979B83: hue angle of 70º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #979B83 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB151155131-
CMYK0.0300.150.39
HSL70º10.71%56.08%-
HSV(B)70º15.48%60.78%-
XYZ28.5831.6626.08-
YUV151.07116.67127.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.55%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 131 (51.56% from 255) = 29.98%
R=34.55%
G=35.47%
B=29.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511551310.0300.150.397010.7156.08
Hex979B8330F2746b38
Octal2272332033017471061370
Binary100101111001101110000011110111110011110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,155,131); }

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

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

 a { background-color: rgb(151,155,131); }

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

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

 span { border-color: rgb(151,155,131); }

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