#969C79

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

Shades of Sage #969C79

Tints of Sage #969C79

Color information

#969C79 (or 0x969C79) is unknown color: approx Sage. HEX triplet: 96, 9C and 79. RGB value is (150,156,121). Sum of RGB (Red+Green+Blue) = 150+156+121=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 156 - color contains mainly: green. Hex color #969C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C79 is #696386. Grayscale: #969696. Windows color (decimal): -6906759 or 7969942. OLE color: 7969942.

HSL color Cylindrical-coordinate representation of color #969C79: hue angle of 70.29º 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 #969C79 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB150156121-
CMYK0.0400.220.39
HSL70.29º15.02%54.31%-
HSV(B)70.29º22.44%61.18%-
XYZ27.9231.6422.73-
YUV150.22111.51127.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=35.13%
G=36.53%
B=28.34%

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
Decimal1501561210.0400.220.3970.2915.0254.31
Hex969C7940162746f36
Octal2262341714026471061766
Binary1001011010011100111100110001011010011110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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