#959C79

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

Shades of Sage #959C79

Tints of Sage #959C79

Color information

#959C79 (or 0x959C79) is unknown color: approx Sage. HEX triplet: 95, 9C and 79. RGB value is (149,156,121). Sum of RGB (Red+Green+Blue) = 149+156+121=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #959C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C79 is #6A6386. Grayscale: #969696. Windows color (decimal): -6972295 or 7969941. OLE color: 7969941.

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

Color convert

RGB149156121-
CMYK0.0400.220.39
HSL72º15.02%54.31%-
HSV(B)72º22.44%61.18%-
XYZ27.7331.5522.72-
YUV149.92111.68127.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 156 (61.33% from 255) = 36.62%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=34.98%
G=36.62%
B=28.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491561210.0400.220.397215.0254.31
Hex959C7940162748f36
Octal2252341714026471101766
Binary1001010110011100111100110001011010011110010001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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