#959E79

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

Shades of Sage #959E79

Tints of Sage #959E79

Color information

#959E79 (or 0x959E79) is unknown color: approx Sage. HEX triplet: 95, 9E and 79. RGB value is (149,158,121). Sum of RGB (Red+Green+Blue) = 149+158+121=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 158 - color contains mainly: green. Hex color #959E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E79 is #6A6186. Grayscale: #979797. Windows color (decimal): -6971783 or 7970453. OLE color: 7970453.

HSL color Cylindrical-coordinate representation of color #959E79: hue angle of 74.59º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #959E79 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB149158121-
CMYK0.0600.230.38
HSL74.59º16.02%54.71%-
HSV(B)74.59º23.42%61.96%-
XYZ28.0732.2222.83-
YUV151.09111.02126.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=34.81%
G=36.92%
B=28.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491581210.0600.230.3874.5916.0254.71
Hex959E796017264b1037
Octal2252361716027461132067
Binary10010101100111101111001110010111100110100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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