#969D7F

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

Shades of Sage #969D7F

Tints of Sage #969D7F

Color information

#969D7F (or 0x969D7F) is unknown color: approx Sage. HEX triplet: 96, 9D and 7F. RGB value is (150,157,127). Sum of RGB (Red+Green+Blue) = 150+157+127=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 157 - color contains mainly: green. Hex color #969D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969D7F is #696280. Grayscale: #979797. Windows color (decimal): -6906497 or 8363414. OLE color: 8363414.

HSL color Cylindrical-coordinate representation of color #969D7F: hue angle of 74º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #969D7F is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB150157127-
CMYK0.0400.190.38
HSL74º13.27%55.69%-
HSV(B)74º19.11%61.57%-
XYZ28.4732.1324.78-
YUV151.49114.18126.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 127 (50% from 255) = 29.26%
R=34.56%
G=36.18%
B=29.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501571270.0400.190.387413.2755.69
Hex969D7F4013264ad38
Octal2262351774023461121570
Binary1001011010011101111111110001001110011010010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,157,127); }

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

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

 a { background-color: rgb(150,157,127); }

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

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

 span { border-color: rgb(150,157,127); }

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