#959C7C

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

Shades of Sage #959C7C

Tints of Sage #959C7C

Color information

#959C7C (or 0x959C7C) is unknown color: approx Sage. HEX triplet: 95, 9C and 7C. RGB value is (149,156,124). Sum of RGB (Red+Green+Blue) = 149+156+124=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #959C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C7C is #6A6383. Grayscale: #969696. Windows color (decimal): -6972292 or 8166549. OLE color: 8166549.

HSL color Cylindrical-coordinate representation of color #959C7C: hue angle of 73.12º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959C7C is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB149156124-
CMYK0.0400.210.39
HSL73.12º13.91%54.9%-
HSV(B)73.12º20.51%61.18%-
XYZ27.9231.6223.7-
YUV150.26113.18127.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=34.73%
G=36.36%
B=28.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491561240.0400.210.3973.1213.9154.9
Hex959C7C40152749e37
Octal2252341744025471111667
Binary1001010110011100111110010001010110011110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,156,124); }

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

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

 a { background-color: rgb(149,156,124); }

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

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

 span { border-color: rgb(149,156,124); }

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