#959D76

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

Shades of Sage #959D76

Tints of Sage #959D76

Color information

#959D76 (or 0x959D76) is unknown color: approx Sage. HEX triplet: 95, 9D and 76. RGB value is (149,157,118). Sum of RGB (Red+Green+Blue) = 149+157+118=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #959D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D76 is #6A6289. Grayscale: #969696. Windows color (decimal): -6972042 or 7773589. OLE color: 7773589.

HSL color Cylindrical-coordinate representation of color #959D76: hue angle of 72.31º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959D76 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB149157118-
CMYK0.0500.250.38
HSL72.31º16.6%53.92%-
HSV(B)72.31º24.84%61.57%-
XYZ27.7231.8121.82-
YUV150.16109.85127.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=35.14%
G=37.03%
B=27.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491571180.0500.250.3872.3116.653.92
Hex959D76501926481136
Octal2252351665031461102166
Binary10010101100111011110110101011001100110100100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959D76; }

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

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

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

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

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

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

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

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