#969A7C

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

Shades of Sage #969A7C

Tints of Sage #969A7C

Color information

#969A7C (or 0x969A7C) is unknown color: approx Sage. HEX triplet: 96, 9A and 7C. RGB value is (150,154,124). Sum of RGB (Red+Green+Blue) = 150+154+124=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 154 - color contains mainly: green. Hex color #969A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A7C is #696583. Grayscale: #959595. Windows color (decimal): -6907268 or 8166038. OLE color: 8166038.

HSL color Cylindrical-coordinate representation of color #969A7C: hue angle of 68º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #969A7C is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB150154124-
CMYK0.0300.190.40
HSL68º12.93%54.51%-
HSV(B)68º19.48%60.39%-
XYZ27.7731.0523.6-
YUV149.38113.67128.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 154 (60.55% from 255) = 35.98%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=35.05%
G=35.98%
B=28.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501541240.0300.190.406812.9354.51
Hex969A7C30132844d37
Octal2262321743023501041567
Binary100101101001101011111001101001110100010001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,154,124); }

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

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

 a { background-color: rgb(150,154,124); }

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

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

 span { border-color: rgb(150,154,124); }

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