#969E79

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

Shades of Sage #969E79

Tints of Sage #969E79

Color information

#969E79 (or 0x969E79) is unknown color: approx Sage. HEX triplet: 96, 9E and 79. RGB value is (150,158,121). Sum of RGB (Red+Green+Blue) = 150+158+121=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 158 - color contains mainly: green. Hex color #969E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969E79 is #696186. Grayscale: #979797. Windows color (decimal): -6906247 or 7970454. OLE color: 7970454.

HSL color Cylindrical-coordinate representation of color #969E79: hue angle of 72.97º 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 #969E79 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB150158121-
CMYK0.0500.230.38
HSL72.97º16.02%54.71%-
HSV(B)72.97º23.42%61.96%-
XYZ28.2632.3222.84-
YUV151.39110.85127.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=34.97%
G=36.83%
B=28.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501581210.0500.230.3872.9716.0254.71
Hex969E79501726491037
Octal2262361715027461112067
Binary10010110100111101111001101010111100110100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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