#959976

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

Shades of Sage #959976

Tints of Sage #959976

Color information

#959976 (or 0x959976) is unknown color: approx Sage. HEX triplet: 95, 99 and 76. RGB value is (149,153,118). Sum of RGB (Red+Green+Blue) = 149+153+118=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #959976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959976 is #6A6689. Grayscale: #939393. Windows color (decimal): -6973066 or 7772565. OLE color: 7772565.

HSL color Cylindrical-coordinate representation of color #959976: hue angle of 66.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #959976 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB149153118-
CMYK0.0300.230.4
HSL66.86º14.64%53.14%-
HSV(B)66.86º22.88%60%-
XYZ27.0630.4821.6-
YUV147.81111.17128.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=35.48%
G=36.43%
B=28.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531180.0300.230.466.8614.6453.14
Hex95997630172843f35
Octal2252311663027501031765
Binary100101011001100111101101101011110100010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959976; }

 p { color: rgb(149,153,118); }

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

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

 a { background-color: rgb(149,153,118); }

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

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

 span { border-color: rgb(149,153,118); }

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